BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
chepchep
Fluorite | Level 6

Hi Everyone,

I need some help obtaining parameter estimates in the data scale from proc genmod estimates. Race is a class variable with 3 levels and I would like to get the mean difference in the outcome between races in the data scale. I tried using the  ilink option but that is not supported with reference coding.

below is the code:

 

proc genmod data=b;
class race ins esi htype/ param=reference;
model hlos=race ins esi htype CC/ dist=normal link=log;
run;

1 ACCEPTED SOLUTION

Accepted Solutions
StatDave
SAS Super FREQ

Use the NLMeans macro. See the examples in the Results tab.

View solution in original post

1 REPLY 1
StatDave
SAS Super FREQ

Use the NLMeans macro. See the examples in the Results tab.

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
  • 452 views
  • 1 like
  • 2 in conversation