Pankaj Bhangale ☆ India, 2011-09-03 12:37 (5059 d 14:24 ago) Posting: # 7332 Views: 6,301 |
|
Dear All, Four period replicated crossover BE Study with 72 subjects. The subjects are divided in two groups with 36 Subject due to insufficient clinical capacity. According to US-FDA Guidance for Industry, SAS code with ANOVA model to be used for the analysis of replicate crossover designs without groups is as follows. proc mixed data=replicate; Modified above SAS code with multiple groups is as follows: proc mixed data=replicate; Is it correct SAS code with ANOVA model for the analysis of replicate designs with multiple groups? Regards, Pankaj Bhangale |
suchit_bhavsar ★ India, 2014-05-28 10:38 (4061 d 16:24 ago) @ Pankaj Bhangale Posting: # 13011 Views: 4,149 |
|
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] |