SAS PROC GLM with group effect [General Sta­tis­tics]

posted by Silva – Portugal, 2014-05-19 12:57 (3623 d 16:27 ago) – Posting: # 12967
Views: 16,149

Dear Helmut

For a regular 2x2x2 study performed with two dosing days groups, I've wrote the following code on SAS:

proc glm data=...;
classes sequence subject period formulation group
model logDATA= sequence period formulation subject(sequence) group formulation*group
etimate "test-ref" formulation -1+1;
test h=sequence e=subject(sequence);
lsmeans formulation / pdiff=control ("R) CL alpha=0.1;
run


On the output for the group effect, degrees of freedom were calculated as 0 and type I SS and type III SS were calculated as 0.00000000. For formulation*group effect, DF were computed as 1 and p_value as 0.7228 (for both type I and III SS).

I've also used phoenix with the following fixed effects: sequence + period + formulation + group + formulation*group
and subject(sequence) as random effect and I have obtained on both sequential tests and partial tests the same p_value of 0.7840 for group effect and 0.7228 for the interaction formulation*group.

Am I doing something wrong on SAS? Can you comment please! I'm very rookie with this software!
Best regards


Edit: Category changed. [Helmut]

Complete thread:

UA Flag
Activity
 Admin contact
22,988 posts in 4,825 threads, 1,653 registered users;
89 visitors (0 registered, 89 guests [including 7 identified bots]).
Forum time: 05:25 CEST (Europe/Vienna)

The whole purpose of education is
to turn mirrors into windows.    Sydney J. Harris

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