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.