parallel FDA [Design Issues]

posted by jag009  – NJ, 2013-04-05 23:10 (4831 d 10:37 ago) – Posting: # 10363
Views: 9,607

Hi Detlew,

❝ Dear Helmut, dear John,


❝ ❝ ❝ Question, the anova model (GLM) will only contain 1 factor, correct?

❝ ❝

❝ ❝ Yep – I would suggest treatment. :-D


❝ A one-way ANOVA (GLM) evaluation will not fit the FDA guideline (see this post long ago).

❝ It is equivalent to the assumption of equal variances.


❝ If you only have 2 groups you can revert to the Welch t-test.

❝ Or you must code something with Proc MIXED (if you speak SASenese :cool:)


Something like this? :-D

Proc mixed data=s1;
class subject trt;
model lcmax=trt / ddfm=satterth;
lsmeans trt /pdiff cl alpha=.1;
estimate 'T vs R' trt 1 -1/ cl alpha=0.1;

John

Complete thread:

UA Flag
Activity
 Admin contact
23,655 posts in 4,993 threads, 1,572 registered users;
328 visitors (0 registered, 328 guests [including 29 identified bots]).
Forum time: 09:48 CEST (Europe/Vienna)

The real struggle is not between the right and the left
but between the party of the thoughtful
and the party of the jerks.    Jimmy Wales

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5