random repeated parallel FDA [Design Issues]

posted by d_labes  – Berlin, Germany, 2013-04-08 10:29 (4823 d 00:59 ago) – Posting: # 10366
Views: 9,327

Dear John,

❝ 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;


Seems you are on the right path :cool:.
But I have the feeling that the ddfm option is only half of the truth. Your code gives still only one variance term. Try it.

I must confess that I never had worked out a mixed model to full detail which covers the 2-group parallel as special case. No need up to now.
But I think there had to be somefink like a random or repeated statement to specify different variabilities for test and reference.

The following code seems to work (gives 2 variance parameters) but has to be verified / validated:
Proc mixed data=s1;
  class subject trt;
  model lcmax=trt / ddfm=satterth;
  repeated trt / group=trt;
  estimate 'T vs R' trt 1 -1/ cl alpha=0.1;
run;

Regards,

Detlew

Complete thread:

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

Scientists cannot simply hang their subjectivities
up on a hook outside the laboratory door.    Ruth Bleier

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