- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-29-2018 02:30 AM
(1117 views)
Hi, can someone explain to me about the column name for OUTMODEL= option table. The column name is
_NAME_ , _CATEGORY_, _NAMEIDX_, _CATIDX_ and _MISC_
I cant find what is the meaning for each column name and what it is for . Thank You.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
The code you were running to generate this would help.
OUTMODEL is likely holding a description of parameters and the values would change depending on the procedure chosen to build a specific model.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Thank you for your reply. I know the function of OUTMODEL option, but how SAS stored all the values to this column and how INMODEL option take all these values to score new data with same model ? I try to calculate manually how to score from INMODEL option but I cant find how SAS do it.