Two treatments only [Design Issues]
❝ This really bugs me (from EMEA guidance)...
❝
❝ "In studies with more than two treatment arms (e.g. a three period study including two references, one from EU and another from USA, or a four period study including test and reference in fed and fasted states), the analysis for each comparison should be conducted excluding the data from the treatments that are not relevant for the comparison in question."
Me too

❝ I have a dataset containing 4 treatments (from a 4-way 4-treatmens 4-sequence crossover study) and each treatment has different # of subjects (ie: A(T-Fast)=24, B(Ref Fast)=19, C(T-Fed)=22, D(Ref Fed)=24). I tried doing the stats as per the above statment (A vs D, C vs D, C vs A, D vs B) by removing the treatments that are not of interest but SAS gave me an error message for my SAS code
❝ estimat1 = Estimate "A - D" Treatment 1 0 0 -1
❝ "WARNING: More coefficients than levels specified for effect TREATMENT. Some coefficients will be ignored. NOTE: A vs D is not estimable." I got the same error message for each comparison.
❝
❝ Any reason why?
Have a look at the "Class levels" output of your Proc GLM evaluation.
Especially the levels of treatment

You will notice that you have only 2 treatments in your EMA crippled evaluation (A and D in the data if the comparison A vs. D is concerned).
Thus you have to formulate:
Estimate "A - D" Treatment 1 -1
to get the 90% CIs of of A-D.
Regards,
Detlew
Complete thread:
- Curiosity: Running BE studies with more than 2 arms jag009 2012-06-11 15:01 [Design Issues]
- Common variance! Helmut 2012-06-11 16:23
- Common variance! jag009 2012-06-11 17:25
- Common variance! Helmut 2012-06-11 17:35
- Common variance! jag009 2012-06-11 20:03
- Common variance! ElMaestro 2012-06-11 20:34
- Common variance! Helmut 2012-06-12 01:03
- Common variance! ElMaestro 2012-06-12 13:22
- Common variance! Helmut 2012-06-12 01:03
- Common variance! ElMaestro 2012-06-11 20:34
- Common variance! jag009 2012-06-11 20:03
- Common variance! Helmut 2012-06-11 17:35
- Common variance! jag009 2012-06-12 19:56
- What if I run a study with 2 references? jag009 2012-06-12 20:00
- Common variance! Helmut 2012-06-12 20:39
- Two References d_labes 2012-06-13 09:11
- Two References jag009 2012-09-10 22:48
- Two treatments onlyd_labes 2012-09-11 08:20
- Two References jag009 2012-09-10 22:48
- Two References d_labes 2012-06-13 09:11
- Common variance! jag009 2012-06-13 16:08
- Common variance! jag009 2012-06-11 17:25
- Common variance! Helmut 2012-06-11 16:23