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 (August 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 12 Aug 2008 14:17:48 -0400
Reply-To:   cooch17@NOSPAMVERIZON.NET
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   cooch17@NOSPAMVERIZON.NET
Organization:   Cornell University
Subject:   Re: interpreting ESTIMATE output GLM
Comments:   To: sas-l@uga.edu
In-Reply-To:   <ce1fb7450808121026x57b4df64j83d236a58bf60ef8@mail.gmail.com>
Content-Type:   text/plain; charset=ISO-8859-1; format=flowed

./ ADD NAME=Data _null_, wrote: > 1). Fit the liner model with GLM, no class statement. > > model x = trt; > > 2 ) figure out what needs to be modified for estimate statement to > estimate the slope. > > estimate 'linear' trt -2 -1 0 1 2 / divisor=10; > > If I was smart I would not need step 1. >

Well, thats the brute force approach - clearly, setting the divisor to 10 works (for this example, where in fact the slope is known). I'm guessing there is a more general solution...


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