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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 2 replies
  • 5388 views
  • 0 likes
  • 3 in conversation