Four Period Fully Replicated Crossover With Multiple Groups [General Statistics]
Dear All,
I have tried the same code with group as follows:
the code was successfully executed without any error, kindly suggest Is this right procedure.
Thanks & Regards,
Suchit Bhavsar
Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post! [Ohlbe]
I have tried the same code with group as follows:
❝ proc mixed data=replicate;
❝ class sequence period group formulation subject;
❝ model LCmax=sequence period formulation group group*formulation/ddfm=satterth;
❝ random formulation/type=FA0(2) sub=subject G;
❝ repeated/GRP=formulation sub=subject;
❝ lsmeans formulation;
❝ estimate 'Test vs Reference' formulation -1 1/CL alpha=0.10;
❝ run;
the code was successfully executed without any error, kindly suggest Is this right procedure.
Thanks & Regards,
Suchit Bhavsar
Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post! [Ohlbe]
Complete thread:
- Four Period Fully Replicated Crossover With Multiple Groups Pankaj Bhangale 2011-09-03 10:37
- Four Period Fully Replicated Crossover With Multiple Groupssuchit_bhavsar 2014-05-28 08:38