Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logistic Regression - Advantages and Disadvantages #1

Open
ludmilaexbrayat opened this issue May 1, 2020 · 0 comments
Open

Logistic Regression - Advantages and Disadvantages #1

ludmilaexbrayat opened this issue May 1, 2020 · 0 comments

Comments

@ludmilaexbrayat
Copy link

ludmilaexbrayat commented May 1, 2020

Hello Christophe,

First of all, I would like to thank you for your book. I first read it last summer and I keep re-opening it whenever I need a refresher.

However, there is one assertion in the section 4.2.4 that I am unsure of: "Like in the linear model, the interpretations always come with the clause that ‘all other features stay the same’ ".

Do we really have to add this clause for linear models too?

In a logistic regression, I understand. Indeed, if Xi and Xj are both increased by one unit each, then the odds is not changed by exp(Bi) + exp(Bj), but by exp(Bi + Bj). So we have to add this clause.

However, in a linear model, an increase in Xi by one unit changes the output Y by Bi units. And this is always the case, even if other variables are not fixed. In other words, if Xi and Xj are both increased by one unit each, then the output Y increases by Bi + Bj. And this happens because of the linearity.

Is there something I am getting wrong here?

Thank you again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant