BookmarkSubscribeRSS Feed
topkatz
Obsidian | Level 7

This is a very basic question.  Most of the SAS statistical and econometric modeling PROCs have some kind of option to produce an output data set with predicted values.  PROC SEVERITY does not appear to me to provide such an option.  Is this true?  How can I generate predicted values from a PROC SEVERITY model?  Can it be done via PROC PLM (in SAS/STAT)?  I see that SAS Model Manager has an autocall macro, %MM_Severity_Create_Scorecode, but I don't have SAS Model Manager.  Some PROC SEVERITY models can be replicated easily in PROC GENMOD or PROC GLIMMIX, but PROC SEVERITY also includes some distributions that are not easily available in PROC GENMOD or PROC GLIMMIX (e.g., Weibull).

Thanks!

--  TMK  --

20140715

2 REPLIES 2
ballardw
Super User

I suspect the idea would be to use the OUTEST data set, merge back with your raw data and use the parameters estimated to estimate the specific outcome.

SteveDenham
Jade | Level 19

What version of SAS/ETS are you on?  If it is 13.1, check out the use of the OUTSCORELIB statement (see Example 23.8).  It involves PROC FCMP, but the example provides sample code, so it should be possible.  Otherwise, I think 's approach will be as good as can be done.

Steve Denham

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

Discussion stats
  • 2 replies
  • 1513 views
  • 0 likes
  • 3 in conversation