BookmarkSubscribeRSS Feed
MikeTurner
Calcite | Level 5

I built one logistic model on my data (my dependent variable includes four nominal category data). I'm wondering if proc logistic provides one way to calculate overall hit rate?

Anyone has experience about this?

Any help will be appreciated...........Thanks

2 REPLIES 2
Reeza
Super User

You have 4 levels of your dependent variable so you have a nominal logit model, is that what you were after?

For simple logistic regression with binary dependent variable then SAS would give you percent concordant/discordant which is what you're after I think.

You could output the predicted values and then calculate it manually:

output out =pred predprob=(individual);

I don't know anything about your data, but if its a classification problem then proc discrim may be what you're after.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 2 replies
  • 5522 views
  • 0 likes
  • 3 in conversation