Logistic Regression, Confounding, and Interaction Flashcards

1
Q

What is the basic form of the logistic regression model?

A

logit(px) = ln(px/1-px) = alpha +betax

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

What is the logit of a probability of an outcome given some level of X?

A

It is equal to the log odds of that outcome occuring .

Logit and log odds can be used interchangeably.

Probability of an event happening at some given level of X.

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

What is alpha is logistic regression?

A

Log odds of an outcome when x = 0.

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

What is a+ beta in logistic regression?

A

Log odds of outcome when x = 1.

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

What is beta in logistic regression?

A

Log odds RATIO of an outcome comparing when X = 1 to when X = 0.

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

What is a regression model?

A

Statistical process for estimating the relationship between the dependent variable and one or more independent variables.

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

What are the two purposes of a multivariate logistic regression model?

A

To predict a probability of an outcome based on multiple variables at a time.

To understand an association between exposure and outcome while adjusting for confounding and mediation.
(Same as stratifying a table simultaneously by more than one variable)

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

What is the form of a multivariate logistic regression model?

A

ln(p/1-p) = alpha + b1x1 + b2x2 +b3x3…bkxk

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

What is the difference between bivariate and multivariate logistic regression?

A

Bivariate:
Beta is the log odds ratio of an outcome with a one unit change in X

Multivariate:
Beta is log odds ratio of the outcome associated with a one unit change in X1 HOLDING ALL OTHER Xs IN THE MODEL CONSTANT.

Beta2 is the log odds ratio of the outcome associated with a one unit change in X2 HOLDING ALL OTHER Xs CONSTANT.

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

How do we hold variables constant in logistic regression?

A

We do NOT have X =1; this is not meaningful.
Having X = 0 is not great, either.

We have fixed value of other variables except the one you want. It can be ANY value as long as the value is the same. Anyway, it cancels out. We are left with the beta of what we are interested in ONLY. Even alpha cancels out.

We want the pooled OR pooled bc the model is assuming the association between log OR and exposure variable of interest if same at every level of X (the MH pooled OR instead of X = 1 or X = 0).

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

What does the Breslow-Day test of homogeneity show you?

A

Tests for homogeneity across computed OR across stata.

If not significant, then they are likely confounders.

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

What does Wald Chi Square test of association show you?

A

Shows if explanatory models in a mutlivariate logistic regression are significant.

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

How do we know if a variable if a confounder?

A

Two things to see:

See if adding confounder changes OR between exposure and outcome by more than 10%.

See if confounder is associated with outcome after adjusting for other variables according to WALD STATISTIC. So at least one level of confounder associated with outcome after adjusting for other variables.

Both of these answers should be yes but the first takes precedence. You want to see your MAIN RELATIONSHIP.

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

How would you write out logistic regression model for effect measure modification?

A

ln(p/1-p) = alpha +B1X1 + B2X2 + B3(X1*X2)

This is a relative measure of association.

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

What is statistical interaction?

A

Occurs when joint effect of an exposure and a third variable on an outcome deviate from what is expected on the basis of their independent effects on the outcome.

You may observe more or less of an association when looking at the variables together versus one at a time.

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

Give an example of statistical interaction with:

CHD and SBP with effect modification by BMI

A

lb(p/1-p) CHD = alpha +B1(SBP) + B2(BMI) + B3(SBP*BMI)

17
Q

How is the interaction term meaningful?

A

You need to add it to the original beta in the model for the log odds to be meaningful.

Also look at the statistical significance. If not statistically significant, do not include in the model.