binary logistic regression Flashcards

1
Q

what is a binary logistic regression for?

A

Binary logistic regression is a statistical analysis technique used to model the relationship between one or more independent variables and a binary dependent variable. The dependent variable in this case is categorical and has two possible outcomes, often represented as 0 or 1 (e.g., “yes” or “no,” “success” or “failure”)

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

How to meet the assumptions?

A

assumption of multicollinearity- look at coefficients table- Vif needs to be below 10 and tolerance needs to be above 0.1

assumption of linearity-look at variables in the equation- sig values (interaction ones) need to be non signifcant

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

How to report the percentage of the cases the model can classify before we include the predictors

A

look at block 0: beginning block-its a percentage

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

Does the inclusion of predictors improve the model?

A

Look at omnibus test of model coefficients- if signifcant it improves the model

report the chi squared

x2 (s)= chi 2= p< sig value

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

is the model, including predictors good at predicting the DV?

A

Look at model summary and report the Nagelkere R2 result-

If Negelkereke R2 is .35, the model predicts 3.1% of the DV

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

Fit of the data- Is there misfit of the data?

A

Look at the hosmer and lemeshow test-
should be non significant for no misfit

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

When the predictors were added, what percentage of cases can it correctly classify-

A

Look at classification table- compare it to block 0
again you get a percentage

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

Calculate and report sensitivity, specificity, positive predicted value

A

look at classification table-
use picture-

calculate positive predicted value- Total, example=
43 participants in total were predicted by the model as
passing the exam.
Out of these, 37 were correctly classified.
(37/43) x 100 = 86.04% positive predictive value

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

What predictor values contributed significantly to the logistic regression?

A

Look at the variables in the equation, look at the sig values- those that are signifcant are predictors that contributed signifcantly to the model

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

Odds ratio

A

In exam all will be 1- exposure does not affect the odds of the outcome

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