Handling of dividing subject in two groups [General Sta­tis­tics]

posted by Pankaj Bhangale – India, 2011-09-03 11:33 (5399 d 05:49 ago) – Posting: # 7331
Views: 3,884

Dear BEman,

❝ in a 2x2-crossover BE-Study with 80 subject the subjects are divided in two groups with 40 Subject due to clinical capacity.

❝ d) Way proposed form a non-statistican (of our sponsor)


Following is 2 x 2-ANOVA Model with multiple groups

Proc GLM Data=work.Dummi;
  class Sequence Subject Group Formulation Period;
  model LogAUCinf LogAUCT LogCmax = Sequence Group Subject(Sequence*Group) Formulation Period/ss1 ss3;
  test h=Sequence   e=Subject(Sequence*Group);
  test h=Group   e=Subject(Sequence*Group);
  lsmeans Formulation Period/stderr pdiff;
  estimate 'R vs T' formulation -1 1;
  run;quit;


After execution of above SAS code, there is no zero degrees of freedom for the factor group. :-)


Best Regards,
Pankaj Bhangale

Complete thread:

UA Flag
Activity
 Admin contact
23,654 posts in 4,992 threads, 1,570 registered users;
113 visitors (1 registered, 112 guests [including 18 identified bots]).
Forum time: 17:23 CEST (Europe/Vienna)

The idea is to try and give all the information to help others
to judge the value of your contribution;
not just the information that leads to judgment
in one particular direction or another.    Richard Feynman

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