BookmarkSubscribeRSS Feed
aquamarrin
Calcite | Level 5

Is it possible to obtain  risk ratio in proc glimmix. And  if yes, how do I specify the base. E.g base 'male' in variable 'gender'.

Below is a template of my model:

proc glimmix data = mydata method=laplace;

class  wave gender race city education;                                     

weight wgt;

model response = gender age  race education city

/ dist=poisson link=log;

random intercept / subject = wave type=vc;

run;

Any suggestion is very much appreciated,

1 REPLY 1
StatDave
SAS Super FREQ

See the SAS Note on this topic.  You can probably use the log-linked binomial approach by specifying the DIST=BINOMIAL LINK=LOG options in your MODEL statement.  But beware of the possible fitting problems that can result.

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 4014 views
  • 0 likes
  • 2 in conversation