BookmarkSubscribeRSS Feed
adrfinance
Obsidian | Level 7

The output of a logistic regression gives me the following information:

 

 

Association of Predicted Probabilities and Observed Responses    
Percent Concordant 71,3 Somers' D 0,457
Percent Discordant 25,6 Gamma 0,471
Percent Tied 3,1 Tau-a 0,164
Pairs 56483682 c 0,728

 

and 

 

Response Profile      
OrderedValue deterioration TotalFrequency TotalWeight
1 0 13542 19214,7
2 1 4171

7150,3

 

 

What is the formula to calculate the percent concordant from the above?

5 REPLIES 5
PaigeMiller
Diamond | Level 26

Many many articles on the internet explaining percent concordance.

--
Paige Miller
adrfinance
Obsidian | Level 7

So is there a way to calculate it using the information above?

ballardw
Super User

@adrfinance wrote:

So is there a way to calculate it using the information above?


It looks like the percent concordant was already calculated as posted in the first post.

So I think you may be missing a detail or two at this question.

adrfinance
Obsidian | Level 7

Sorry, I don't understand what you are saying. How is it calculated?

Reeza
Super User

Here is some annotated output from PROC LOGISTIC that will help you interpret the table. You may need the output predicted and actual values table to recreate the calculations. 

 

https://stats.idre.ucla.edu/sas/output/proc-logistic/

 


@adrfinance wrote:

The output of a logistic regression gives me the following information:

 

 

Association of Predicted Probabilities and Observed Responses    
Percent Concordant 71,3 Somers' D 0,457
Percent Discordant 25,6 Gamma 0,471
Percent Tied 3,1 Tau-a 0,164
Pairs 56483682 c 0,728

 

and 

 

Response Profile      
OrderedValue deterioration TotalFrequency TotalWeight
1 0 13542 19214,7
2 1 4171

7150,3

 

 

What is the formula to calculate the percent concordant from the above?


 

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 4144 views
  • 0 likes
  • 4 in conversation