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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 3573 views
  • 0 likes
  • 2 in conversation