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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 16 replies
  • 2415 views
  • 0 likes
  • 3 in conversation