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

posted by Silva – Portugal, 2014-05-19 12:57 (4052 d 17:12 ago) – Posting: # 12967
Views: 17,826

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
23,424 posts in 4,927 threads, 1,673 registered users;
29 visitors (0 registered, 29 guests [including 19 identified bots]).
Forum time: 06:10 CEST (Europe/Vienna)

Reach for the stars,
even if you have to stand on a cactus.    Susan Longacre

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