0
votes
0answers
238 views

Method to output statistical score when validating using bootstrap method on ordinal logistic regression model

It is about sas programming. Thank you in advance. I build an ordinal logistic regression model on my data. ...
1
vote
2answers
213 views

How to perform cross validation of a model predicting categorical variable in SAS?

I have a prediction outcome that is dichotomous while all other predictor variables are binary and categorical. How can I perform cross validation in SAS and see the ROC curve? I need to create ...