2

Hello,

Which method do you use to assess the relative strength of each driver in a multivariate logistic regression ? This is very useful to show this on a pie chart to a non modeller audience.

Kind regards,

Toloc

flag

3 Answers

2

Why not use the standardized regression coefficients? These will assess the average change in the dependent variable for a one unit change in the given beta. This is an indicator of the impact of the dependent variable, holding all other variables constant.

link|flag
Hello Mark, By the way, this is the method that I'm using. Some Data miners colleagues don't like this method as the result may be influenced by multicollinearity (quite scarce to my experience) and prefer the one proposed by Jay. – Toloc Mar 10 at 11:06
1

@Toloc, One of the easy things to do after-the-fact might be to generate and visualize a straight correlation coefficient between the input variables and the output of the regression. Although its not perfect, it might be a good place to start and would give you at least a sense of which variables might be contributing to the final output of the model.

link|flag
What exactly do you mean by "output of the regression"? The dependent variable? The fitted values? – Matt Parker Apr 2 at 17:08
I mean taking the output of the logistic regression (i.e. the probability value between 0 and 1) and then using running correlations between that value and the inputs. – jay.l.stevens Apr 9 at 4:27
1

How about an odds ratio? or plot (table) the probability of Y=1 holding all other variables at their means - except the one you are showing, which you show the probability of Y=1 at meaningful values (maybe just the quartiles or 0/1 depending on the data type).

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.