Statistical Procedures

Programming the statistical procedures from SAS
BookmarkSubscribeRSS Feed
munitech4u
Quartz | Level 8

I have built a model using PHREG, I want to apply the model on a new dataset to get the prediction of an event. In R, we have a function predict, which we can apply on new data, by specifying the specifying the model which is built on train dataset. How can we do that similarly in SAS?

1 REPLY 1
jakarman
Barite | Level 11

If you have a train dataset (and validation) it seems to me you Eminer licensed.
With Eminer you have a scoring node, that is working on sas datasets. It also support creating the scoring code to external databases. 

The Pmml interfacing for import/export data mining models could be an other feature.

Very advanced would be going for the modelmanager.

Ok you have used some basic statistical functions as "proc phreg". Scoring looks an issue with "proc score" with some models.

https://communities.sas.com/message/104433 

phrreg and predict could be better with hits.

http://www2.sas.com/proceedings/sugi28/120-28.pdf , http://support.sas.com/kb/33/307.html

---->-- ja karman --<-----

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1644 views
  • 0 likes
  • 2 in conversation