Date: Tue, 29 Nov 2011 17:09:22 -0600
Reply-To: "Swank, Paul R" <Paul.R.Swank@UTH.TMC.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Swank, Paul R" <Paul.R.Swank@UTH.TMC.EDU>
Subject: Re: probabilty for a continuous predictor in glimmix
In-Reply-To: <201111292247.pATJfvrn025468@waikiki.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"
I think GLIMMIX allows use of the "At" subcommand in lsmeans command.
Proc glimmix;
Class group;
model y = group x;
lsmeans group / at x=1;
Dr. Paul R. Swank,
Children's Learning Institute
Professor, Department of Pediatrics, Medical School
Adjunct Professor, School of Public Health
University of Texas Health Science Center-Houston
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of ljc
Sent: Tuesday, November 29, 2011 4:48 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: probabilty for a continuous predictor in glimmix
I can use the lsmeans / ilink to get estimates of predicted probabilities
for class variables in Glimmix. Is there a way to get glimmix to output
the predicted probabilities for continuous variables or do I need to do it
by hand? Thanks.
|