The power to know [Software]

posted by Nirali  – India, 2008-05-09 13:00 (6250 d 00:22 ago) – Posting: # 1842
Views: 23,736

(edited on 2008-05-10 04:30)

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 :ok:.

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 :-D.


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

Complete thread:

UA Flag
Activity
 Admin contact
23,424 posts in 4,927 threads, 1,675 registered users;
33 visitors (0 registered, 33 guests [including 7 identified bots]).
Forum time: 13:23 CEST (Europe/Vienna)

Philosophy, like medicine, has plenty of drugs, few good remedies,
and hardly any specific cures.    Sebastien-Roch Nicolas de Chamfort

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