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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 492 views
  • 1 like
  • 2 in conversation