crossover {CMHNPA} | R Documentation |
A success or fail response variable with three treatments repeated over 11 patients.
data(crossover)
A data frame with 33 rows and three columns.
the type of treatment applied. The three treatments are placebo, aspirin and a new drug
whether the treatment was a success or not
the patient the treatment was applied to
In StatXact (2003), three treatment, three period cross-over clinical data for 11 patients are given. This is a CMH design with t = 3, c = 2, and b = 11.
StatXact (2003)
StatXact (2003). User Manual Volume 2. CYTEL Software.
attach(crossover)
CMH(treatment = treatment,response = success,strata = patient)