Bhargava Kandala Department of Pharmaceutics College of Pharmacy, UF Design and Analysis of Crossover Study Designs
Crossover Study Treatments administered in a sequence to each experimental unit over a set of time periods. Comparison of treatments on a within-subject level. Increased precision of treatment comparisons. A treatment given in one period might influence the response in the following treatment period – residual/carryover effect Baseline values – Can be included as covariates to increase the precision
Study Design Single center, double blind, randomized, 3 period, 3 treatment, 3 sequence crossover study Randomization Low Medium High Low Medium High Low Medium High Washout Subjects = 10 Baseline 1 Period 1 (q.d.) Period 2 (q.d.) Period 3 (q.d.) Baseline 2 Baseline 3 PD Measurements 1 Week 5 days
Model for Crossover Design Period IABCABC IIBCACAB IIICABBCA
proc glm data = allperiodanaly; class sequence subject period trt; model fenoav = sequence subject(sequence) period trt/solution; random subject(sequence); run;
proc mixed data = allperiodanaly; class sequence subject period trt; model fenoav = sequence period trt; random subject(sequence); lsmeans trt/ pdiff cl; run;
Baseline
Baseline - Covariate Average baseline values not significantly different Presence of significant carryover effects (p-value < 0.05) No CovariateAnalysis of Covariance (ANCOVA) Baseline – Treatment β = 0β = Model Estimateβ =1 Baseline is not used as a covariate Baseline values are treated as a quantitative variable By taking the simple difference the value of β is forced to be 1
Carryover Effect
* Covariates tested for carryover; proc mixed data = allperiodanaly; class sequence subject period trt; model fenoav = sequence period fenob trt carry1 carry2; random subject(sequence); lsmeans trt/ pdiff cl e; run;
Results β cannot be forced to be 1 ParameterNo CovariateAnalysis of Covariance (ANCOVA) Baseline – Treatment β Residual Variability Carryover EffectNot significant (p-value >0.05) Not Significant (p-value>0.05) Significant
Results ParameterNo CovariateAnalysis of Covariance (ANCOVA) Baseline – Treatment β Residual Variability Carryover EffectNot significant (p-value >0.05) Not Significant (p-value>0.05) Significant
Results Reduced impact of the baseline values while using ANCOVA can explain the absence of carryover effects ParameterNo CovariateAnalysis of Covariance (ANCOVA) Baseline – Treatment β Residual Variability Carryover EffectNot significant (p-value >0.05) Not Significant (p-value>0.05) Significant
Conclusions Day 5 data suitable for analysis Maximum dose resolution No carryover effect Baseline adjustment Simple difference increases the variability and introduces carryover effects ANCOVA is the preferred method Crossover design model with baseline values as covariates will be used for future simulations