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,
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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.