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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 1633 views
  • 0 likes
  • 3 in conversation