LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 9 Feb 2006 12:23:25 -0500
Reply-To:     "data _null_;" <datanull@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "data _null_;" <datanull@GMAIL.COM>
Subject:      Estimate a (difference) + constant,
              and calculate CI (Schuirmann's Two One-sided test).
Content-Type: text/plain; charset=ISO-8859-1

I want to estimate the difference between two treatments plus a constant..

The constant my be something like 0.8 *mean of one of the treatments.

My estimate of the difference is.

Estimate 'T-R' trt -1 1 / cl;

I suppose if I could estimate 0.8*mean R then I could add the coefficients from that function to the function above.

And yes I can do all of this post (PROC MIXED) with ODS output from LSMEANS, but what would be the fun in that.


Back to: Top of message | Previous page | Main SAS-L page