SAS: Dropping a treatment from a 3-way study [Software]

posted by jag009  – NJ, 2013-08-01 23:08 (4703 d 08:07 ago) – Posting: # 11154
Views: 12,973

Hi all, especially Detlew :-)

Do I need to do anything out of the ordinary in SAS to analyze a 3 treatment study dataset having one of the treatment arms removed?

I use PROC GLM to analyze a BE dataset from a 3-period, 3-treatment, 6 sequence crossover study. For some reason when I removed the data from one treatment arm (I just put "." for the data, leaving the "subject, period, treatment, sequence" info intact), SAS failed to generate results for T/R Ratio, 90% CI for the treatment that I kept.

SAS errror message (with respect to PROC GLM):
NOTE: TYPE I EMS not available without the E1 option.
WARNING: More coefficients than levels specified for effect TREATMENT. Some coefficients will be ignored.
NOTE: Test2 - Reference is not estimable.
NOTE: The data set WORK.L_S_MEANS has 5 observations and 9 variables.

WARNING: Output 'Estimates' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify that the appropriate procedure options are used to produce the requested output object. For example, verify that the NOPRINT option is not used.


My SAS code:

PROC GLM data=&glmdata order=internal outstat=tanova;
  CLASS TREATMENT PERIOD SEQUENCE SUBJECT;
  MODEL &pk= SEQUENCE SUBJECT(SEQUENCE) PERIOD TREATMENT/SS1 SS3 CLPARM alpha=0.1;
  output out=pred p=yhat r=resid student=stresid;
  RANDOM SUBJECT(SEQUENCE) /TEST;
  LSMEANS TREATMENT PERIOD /stderr pdiff out=lsmeanl;
  estimat = ESTIMATE "Test2 - Reference" TREATMENT 0 1 -1;
run;


Thanks
John

Complete thread:

UA Flag
Activity
 Admin contact
23,654 posts in 4,992 threads, 1,571 registered users;
170 visitors (0 registered, 170 guests [including 16 identified bots]).
Forum time: 07:16 CEST (Europe/Vienna)

“Data! Data! Data!” he cried impatiently.
“I can’t make bricks without clay!”    Arthur Conan Doyle

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