Lecture 8 - Logistic Regression Flashcards
What is logistic regression?
The prediction of group membership from a continuous independent variable
What is binary logistic regression?
The prediction of two groups from a continuous variable.
What is binary logistic regression also called?
Binomial logistic regression
What is multinomial logistic regression?
Predicting more than two groups from a continuous variable.
The odds of an event can be calculated by…?
Dividing the probability of the event occurring by the probability of the event not occurring.
Why are log odds used rather than normal odds?
Log odds are symmetrical around 0, which is better for statisticians.
Why is logistic regression so-called?
It is based on natural logarithms.
Logistic regressions aren’t actually used for predictions, they are used for…?
Modelling data.
What level of data is needed for logistic regression to work well/best?
High quantity of data.
What does Block 0: Beginning Block predict about your data?
All cases are predicted to result in the most common outcome - the accuracy of this prediction is then reported in a later table.
The first classification table tells us what?
How good the (first) model predicted in Block 0 is.
What does Block 1 method: Enter tell us?
- Iteration history: summary of how the model has been approximated and improved.
- Reports the results of logistic regression analysis.
- Whether it is a functional model, being better than block 0 or not.
-2 log likelihood has to be as ____ as possible to reflect a more accurate/effective model?
Small
What does the Omnibus Test of Model Coefficients tell us?
Whether the model is significant - tests general fit of the model.
What does the model summary tell us in a logistic regression?
- The final -2log likelihood of the model
- An approximation of R^2 for the model