BookmarkSubscribeRSS Feed
ChristosK
Quartz | Level 8

Played around with this and I think I understood the explanation  on https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_se...

But I cant see where "

lower=LCL_High upper=UCL_High

is coming from. 

 

I keep on getting error messages saying these are not found,

PGStats
Opal | Level 21

These two variables are created by the CLM option in the SCORE statement. They will have names LCL_<state> and UCL_<state> where <state> is the formatted value of your dependent variable event In my example the dépendent variable took values "High" and "OK", so variables LCL_High, UCL_High, LCL_OK and UCL_OK would be created in the scoring dataset.

 

In your case, I guess the variables would be called LCL_0, UCL_0, etc. Check the variabes in the SCORE OUT= dataset.

PG

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 16 replies
  • 4307 views
  • 0 likes
  • 3 in conversation