BookmarkSubscribeRSS Feed
Ruth
Fluorite | Level 6

Hi there,

I used PROC CATMOD to run a model. The parameter names from the OUTEST are procuded as B1, B2, B3, B4, B5, B199, B200, B201. Don't know why this procedure produces the parameter estimates in these names. It is very confusing for people to identify which is which. Is there any way to use some option to improve this? Thanks in advance.

PROC CATMOD DATA=city;

RESPONSE/OUTEST=work.params;

MODEL group=sex married income region/NOITER NORESPONSE NODESIGN NOPROFILE;

RUN;

QUIT;

1 REPLY 1
data_null__
Jade | Level 19

I think you will find the ODS OUTPUT more helpful.

   ods output Estimates=Estimates;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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