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

posted by jag009  – NJ, 2013-08-01 23:08 (4280 d 21:09 ago) – Posting: # 11154
Views: 11,591

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,424 posts in 4,927 threads, 1,670 registered users;
21 visitors (0 registered, 21 guests [including 9 identified bots]).
Forum time: 20:17 CEST (Europe/Vienna)

The combination of some data and an aching desire
for an answer does not ensure that a reasonable answer
can be extracted from a given body of data.    John W. Tukey

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