week 9 - expanding on binary logistic regression Flashcards

1
Q

how do we interpret the categorical predictors with more than two levels

A
  • Set one level as your reference category that all other levels are compared to (e.g. “Single”
  • Everything else is the same
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how do you evaluate individual predictors

A
  • The process is the same except for:
  • Predictor should be a numeric or integer variable (instead of a factor)
  • Way to check quasi-complete separation and complete separation
  • Interpretation of the Estimates and odds ratios
  • An additional assumption: linearity of the logit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what’s the difference for continuous predictors

A
  • The process is the same except for:
  • Predictor should be a numeric or integer variable (instead of a factor)
  • Way to check quasi-complete separation and complete separation
  • Interpretation of the Estimates and odds ratios
  • An additional assumption: linearity of the logit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are the assumptions

A
  • independence of errors
  • linearity of logic
  • no multicollinearity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the ordinal outcome

A
  • Use when the outcome is categorical, there are 3 or more levels, and there is an ordering to the levels
  • Mild, moderate or severe disease
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is the ordinal logistic regression

A
  • An extension of binary logistic regression used when the outcome is ordinal
  • We will focus on the proportional odds model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is the proportional odds model

A
  • When we use a proportional odds model, we make a key assumption about the data:
  • The predictor variable has the identical effect at each cumulative split
  • As proportional odds models make this assumption, we only get one odds ratio for each continuous predictor/one odds ratio for each comparison of a categorical variable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

how do you evaluate the intercept-only model

A
  • In binary logistic regression, the intercept-only model was calculated automatically alongside the specified model, allowing us to use output from the model to evaluate the model
  • When running a proportional odds model, we only get the residual deviance (deviance for specified model)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how do you interpret the predictors

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

what are the predicted probabilities

A
  • Predicted probabilities are a little more complex when we have 3+ levels of the outcomes variable
  • Need to know the predicted probability for each individual within each outcome category
  • Can use same ‘fitted’ function, but…
    We shouldn’t make this a new variable in our existing dataframe, as it will only display the values for one of the outcome levels (e.g. disagree)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is the proportional odds assumption

A

*Omnibus = model
*Also value for each comparison (e.g. continuous predictor or comparison for categorical predictors)
* If p > .05 for all, no violation of the proportional odds assumption

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