Lecture 6 - Logistic Regression Flashcards

1
Q

What is the primary purpose of logistic regression?

A

To model categorical outcomes based on predictor variables.

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

What type of outcome does logistic regression model?

A

Categorical outcomes.

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

What are the two main types of logistic regression?

A

Binomial Logistic Regression and Multinomial Logistic Regression.

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

How does logistic regression differ from linear regression in terms of outcome?

A

Logistic regression is used for categorical outcomes, while linear regression is used for continuous outcomes.

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

What is the equation for logistic regression?

A

y = 1 / (1 + e^(-v)), where v = bx + c.

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

What does the odds ratio represent in logistic regression?

A

The measure of association between predictor variables and the outcome, indicating how the odds change with a unit increase in the predictor.

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

What test is used to evaluate the significance of individual predictors in logistic regression?

A

Wald Test.

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

What does a significant Wald Test indicate?

A

That the predictor variable significantly contributes to the model.

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

Name a test used to assess the goodness-of-fit in logistic regression.

A

Hosmer and Lemeshow Test.

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

What does the Hosmer and Lemeshow Test evaluate?

A

How well the model’s predicted outcomes match the actual outcomes.

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

What is multicollinearity and why is it important in logistic regression?

A

Multicollinearity refers to high correlations between predictor variables, which can affect the stability and interpretation of the regression coefficients.

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

What assumption in logistic regression involves checking the linearity of the logit?

A

The assumption that there is a linear relationship between the logit of the dependent variable and the predictor.

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

What procedure is used to test the linearity of the logit?

A

Box-Tidwell procedure.

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

What is the difference between the ‘Enter’ method and the ‘Stepwise’ method in logistic regression?

A

The ‘Enter’ method includes all predictors simultaneously, while the ‘Stepwise’ method adds or removes predictors based on statistical criteria.

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

How can you interpret the coefficient in logistic regression?

A

By exponentiating the coefficient, which shows how the odds change with a unit increase in the predictor.

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

What is a common way to report the overall significance of a logistic regression model?

A

Using the chi-squared (Χ²) test.

17
Q

What does a significant chi-squared (Χ²) test result indicate in logistic regression?

A

That the model with the predictors explains a significant proportion of the variance in the outcome.

18
Q

How is predictive accuracy assessed in logistic regression?

A

By evaluating the proportion of correctly classified cases and comparing observed and predicted outcomes.

19
Q

What are the pseudo R-squared values used for in logistic regression?

A

To provide an approximation of the variance explained by the model, similar to R² in linear regression.

20
Q

In the context of logistic regression, what does an odds ratio greater than 1 signify?

A

That the odds of the outcome increase with an increase in the predictor.

21
Q

In the context of logistic regression, what does an odds ratio less than 1 signify?

A

That the odds of the outcome decrease with an increase in the predictor.

22
Q

What is the Box-Tidwell procedure used for in logistic regression?

A

To test the linearity of the logit for continuous predictors.

23
Q

What steps are involved in performing logistic regression analysis in SPSS?

A

Select predictors and dependent variable, configure options, interpret output.