The 'score' statement in 'proc logistic' provides a 'fitstat' option.
Is this 'fitstat' option available for (1) proc gam and/ or (2) proc adaptivereg?
Thanks.
I'm afraid not. However, if you are fitting a binary-response model, like a logistic model, you can get an ROC analysis including the area under the ROC curve as discussed an illustrated in this note.
I'm afraid not. However, if you are fitting a binary-response model, like a logistic model, you can get an ROC analysis including the area under the ROC curve as discussed an illustrated in this note.
No. IMHO, you should switch from the old PROC GAM to the newer PROC GAMPL. Although GAMPL does not support a SCORE statement, you can score a GAMPL model is to use the "missing value trick." A discussion and example are available in the third section of the article "How to create a sliced fit plot in SAS."
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.