Description Usage Arguments Value Examples
Constructor function for ClinicalExperiment class
1 2 3  | ClinicalExperiment(number.of.factors = 2, factor.names,
  number.of.factor.levels, factor.level.names, number.of.treatments = 2,
  treatment.names)
 | 
number.of.factors | 
 the number of factors, defaults to 2  | 
factor.names | 
 names of factors defaults to   | 
number.of.factor.levels | 
 the number of levels of each factor, defaults to   | 
factor.level.names | 
 a list of character vectors specifying the factor level names, defaults to   | 
number.of.treatments | 
 the number of treatments, defaults to 2  | 
treatment.names | 
 the names of the treatments; defaults to   | 
a ClinicalExperiment class object
1 2 3  | expt <- ClinicalExperiment(number.of.factors = 3,
                           number.of.factor.levels = c(2, 2, 3),
                           number.of.treatments = 3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.