Skip to content
Kornelius Rohmeyer edited this page Sep 2, 2014 · 6 revisions

Crossover Designs R package

This R package provides functions and a graphical user interface for cross-over designs.

Feature list:

  • More than two hundred cross-over design from literature.
  • Search algorithm to find efficient cross-over designs. Algorithm settings
  • Graphical user interface (GUI) to find/generate appropriate designs. GUI screenshot

Take a look at the pdf vignette for more details.

Installation:

Use the following command in the R console to install it from CRAN:

install.packages("Crossover")

Development version:

You can install the development version directly with the install_github command from package devtools:

install_github("Crossover", username="kornl", subdir="pkg/crossover")

Clone this wiki locally