The power to know [Software]
Dear Friend,
Yes, WinNonlin & SAS are giving same outputs for all effects of ANOVA all the time, just need to modify the SAS programm according to the requirement.
Below programm will definitely help you
.
PROC GLM DATA=TEST;
CLASS SEQUENCE SUBJECT PERIOD TREATMENT;
MODEL AUC=SEQUENCE SUBJECT(SEQUENCE) TREATMENT PERIOD /SS3;
TEST H=SEQUENCE E=SUBJECT(SEQUENCE);
RUN;
QUIT;
Now, no need to struggle with beast
just read below book to get better knowledge of SAS PROGRAMS with basic statistical methods, which is published by SAS INSTITUTE ONLY.
Book: "Common Statistical Methods for Clinical Research with SAS examples" (2nd eddition)
Author: Glenn A. Walker
Thanks & Regards,
Nirali
Yes, WinNonlin & SAS are giving same outputs for all effects of ANOVA all the time, just need to modify the SAS programm according to the requirement.
Below programm will definitely help you

PROC GLM DATA=TEST;
CLASS SEQUENCE SUBJECT PERIOD TREATMENT;
MODEL AUC=SEQUENCE SUBJECT(SEQUENCE) TREATMENT PERIOD /SS3;
TEST H=SEQUENCE E=SUBJECT(SEQUENCE);
RUN;
QUIT;
❝ SAS is an outstanding beast .
Now, no need to struggle with beast

Book: "Common Statistical Methods for Clinical Research with SAS examples" (2nd eddition)
Author: Glenn A. Walker
Thanks & Regards,
Nirali
Complete thread:
- SAS vs. WinNonlin: different sequence effect results Eva 2008-05-06 14:04
- SAS vs. WinNonlin: different sequence effect results Ohlbe 2008-05-06 15:56
- imbalanced design? Helmut 2008-05-06 16:13
- Sample data & results Eva 2008-05-06 17:42
- Error factor Ohlbe 2008-05-06 19:25
- Error tests between/within Helmut 2008-05-06 21:33
- Error tests between/within Helmut 2008-05-07 18:18
- The power to know d_labes 2008-05-08 11:16
- The power to know Helmut 2008-05-08 17:18
- The power to know d_labes 2008-05-09 09:35
- The power to knowNirali 2008-05-09 11:00
- The power to know d_labes 2008-05-16 08:54
- The power to knowNirali 2008-05-09 11:00
- The power to know d_labes 2008-05-09 09:35
- The power to know kevan 2009-05-25 15:46
- Bogus statement for 2,2,2-BE ElMaestro 2009-05-25 22:25
- Bogus? What? d_labes 2009-05-27 08:57
- Linear model on steroids ElMaestro 2009-05-28 19:12
- Bogus? What? d_labes 2009-05-27 08:57
- Fixed nowadays what? d_labes 2009-05-27 09:03
- Bogus statement for 2,2,2-BE ElMaestro 2009-05-25 22:25
- The power to know Helmut 2008-05-08 17:18
- Kinetica 5.0 bug Helmut 2008-12-31 16:42
- Error tests between/within Helmut 2008-05-06 21:33
- Error factor Ohlbe 2008-05-06 19:25
- Sample data & results Eva 2008-05-06 17:42