CrossoverDesign-class {Crossover} | R Documentation |
A S4 class for Crossover designs: CrossoverDesign
Matrix specifying the design. Rows represent periods and columns the subjects.
Number of sequences.
Number of periods.
Number of treatments.
A numeric specifying the model the design was searched for or -1 if unknown.
Optional description of design or reference.
List with attributes.
List with miscellaneous stuff - not used yet.
Kornelius Rohmeyer rohmeyer@small-projects.de
design <- t(rbind(c(1,1,2,2),
c(2,2,1,1),
c(1,1,2,2),
c(2,2,1,1),
c(1,2,2,1),
c(2,1,1,2)))
new("CrossoverDesign", design)