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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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