Calculation using SAS [Power / Sample Size]
Sample size calculation
Sas code for two way crossover design
Edit: Category and subject line changed. You know how to copy-and-paste.
[Helmut]
Sas code for two way crossover design
proc power;
Pairedmeans
test = Equiv_ratio
dist = lognormal
CV = .40
meanratio = 0.95 1 1.05 1.10
lower = 0.8
upper = 1.25
alpha = 0.05
power = 0.8
npairs= .
corr = 0.0
;
run;Edit: Category and subject line changed. You know how to copy-and-paste.
[Helmut]—
Best Regards,
Yuvraj
Best Regards,
Yuvraj
