Logistic Regression Flashcards

1
Q

What is the key difference between linear regression and logistic regression?

A

Multiple linear regression evaluates predictors of continuously distributed outcomes while multiple logistic regression evaluates predictors of dichotomous outcomes, i.e. outcomes that either occurred or did not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why do you take the log odds of a logistic regression analysis?

A

When you take a dichotomous outcome that either occurred or did not occur and express it as odds, i.e. as a continuously distributed outcome, you tend to get a curvilinear relationship. Taking the log(odds) will make the relationship fairly linear. You must exponentiate final odds ration to get the final result.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Odds of an outcome occurring in logistic regression

A

log[P/(1-P)]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In logistic regression, what kinds of predictor variables can you have?

A

Independent predictor variables can be a mix of continuous, dichotomous, or dummy variables (ordinal or categorical).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly