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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 5678 views
  • 0 likes
  • 3 in conversation