Lecture 6: Logistic Regression (Alt 3) Flashcards

(43 cards)

1
Q

What type of outcome variable does linear regression model?

A

A continuous outcome (e.g., liking a person).

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

What assumption underlies the equation used in linear regression?

A

A linear relationship that incorporates an intercept and slope coefficient.

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

What are residuals in the context of linear regression?

A

Deviations from the predicted line, reflecting model imperfection.

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

Why is logistic regression introduced as an alternative to linear regression?

A

Because linear regression fails with dichotomous outcomes.

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

What kind of outcome variable necessitates the use of logistic regression?

A

A categorical outcome (e.g., labeling someone as a boyfriend/girlfriend).

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

What are two key differences between logistic and linear regression?

A

Predictors are not assumed to be normally distributed, and logistic regression can deal with non-linear relationships among variables.

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

What function does logistic regression use to model probabilities?

A

A logistic function that transforms continuous predictions into a 0–1 probability range.

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

What does it mean for outcome categories in logistic regression to be mutually exclusive?

A

Each observation fits into only one category.

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

What does it mean for outcome categories in logistic regression to be exhaustive?

A

All possible outcome categories are represented.

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

What happens if outcomes are not mutually exclusive or exhaustive in logistic regression?

A

The probabilities won’t sum to 1, the model cannot correctly classify or predict the outcome for each case, and the likelihood function will break down.

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

What is the shape of the curve produced by the logistic function?

A

S-shaped (sigmoidal).

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

What does the logistic regression equation do to convert linear predictions into probabilities?

A

Exponentiates a linear combination of predictors to yield probabilities bounded between 0 and 1.

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

What do odds express in logistic regression?

A

The ratio of event likelihood to non-event likelihood.

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

What mathematical scale is used for logistic regression coefficients?

A

Log odds (the natural logarithm of odds).

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

What does each unit increase in a predictor change in terms of log odds?

A

It changes the log odds by the coefficient B.

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

What does exponentiating the coefficient B yield in logistic regression?

A

The odds ratio.

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

How do odds differ from probabilities in logistic regression?

A

Odds and probabilities have a non-linear relationship.

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

Why is the change in probability not constant across the logistic curve?

A

Because changes in probability are largest near 0.5 and smaller as the predicted probability approaches 0 or 1, reflecting the flattening of the logistic curve at its extremes.

19
Q

In logistic regression, how is a one-unit increase in the predictor variable reflected in odds?

A

As a consistent multiplicative change in odds determined by exp⁡(b).

20
Q

What are the two ways to interpret logistic regression coefficients?

A

As log odds (the raw b coefficients) and as odds ratios (the exponentiated b, or exp⁡(b)).

21
Q

What is the null hypothesis (H₀) when interpreting logistic regression coefficients?

A

That the predictor has no effect on the outcome.

22
Q

What does b=0 imply in terms of log odds?

A

There is no change in log odds as the predictor increases.

23
Q

What does exp⁡(b)=1 imply in terms of odds ratios?

A

There is no multiplicative change in odds with each unit increase in the predictor.

24
Q

What test evaluates whether a logistic regression coefficient b is significantly different from 0?

A

The Wald Test.

25
What does a significant Wald Test result indicate?
That the predictor has statistical utility.
26
What does a 95% confidence interval (CI) for exp⁡(b) assess?
The odds ratio.
27
What does it mean if the 95% CI for exp⁡(b) does not include 1?
The predictor significantly affects the odds.
28
What does it mean if the 95% CI for exp⁡(b) includes 1?
The odds are not significantly changed by the predictor.
29
What pseudo-R² statistics are used to assess model fit in logistic regression?
Cox & Snell (conservative) and Nagelkerke (liberal).
30
What statistic evaluates classification performance and model fit in logistic regression?
The Hosmer-Lemeshow test.
31
What does a significant result on the Hosmer-Lemeshow test imply?
Poor fit.
32
What test can assess whether all predictors collectively improve prediction beyond chance?
An omnibus test.
33
What is the Direct (Enter) Method in logistic regression?
All predictors are entered into the model at the same time.
34
When is the Direct Method not suitable?
When testing hypotheses about the order or theoretical importance of variables.
35
What is Sequential (Hierarchical) Logistic Regression used for?
To assess whether adding predictors improves model fit beyond those already included.
36
What guides the order of predictor entry in Sequential Logistic Regression?
The order is determined by the researcher.
37
What is the purpose of Stepwise Logistic Regression?
To identify promising predictors based on statistical criteria.
38
What are the two main types of stepwise logistic regression?
Forward Stepwise and Backward Stepwise.
39
What is the procedure in Forward Stepwise regression?
Start with no predictors and add them one by one based on their contribution.
40
What is the procedure in Backward Stepwise regression?
Start with all predictors and remove them one by one based on least contribution.
41
What is assessed at each step in stepwise regression methods?
Whether adding or removing a predictor significantly improves or reduces model fit.
42
What is multinomial logistic regression used for?
Outcomes with more than two categories.
43
How does SPSS implement multinomial logistic regression?
By decomposing multicategory outcomes into binary comparisons using dummy coding.