DAGs and Model Building Flashcards
What is a DAG?
Directed acylic graph.
What does a DAG allow us to do?
Draw out pathways between different variables to see which variables we need to account for.
Allow us to think through potential biases in exposure and outcome causal relationships.
How is a backdoor represented in a DAG?
An arrow that feeds into the exposure. We need to hold it constant or adjust for it.
What is a node in a DAG?
Letters that represent variables.
What is an egde/arc in a DAG?
An arrow.
Indicates a hypothesized relationship between two nodes (variables). The direction of the arrow is the hypothesized direction of the relationship.
What is a path in a DAG?
A path in a directed graph is a sequence of edges having the property that the ending vertex of each edge in the sequence is the same as the starting vertex of the next edge in the sequence. Can be directed or non-directed.
What is a directed path in a DAG?
Indicates a causal relationship; edge with single arrow.
What is a non-directed path in a DAG?
Edge without an arrow. Non-causal association between variables.
How do we depict a blocked path?
We adjust for variables by putting a square around it.
Do not adjust if mediator.
What is a front door path?
Path leaving exposure going to outcome.
What is a backdoor path?
Enters exposure then to outcome.
What is a collider in a DAG?
A variable that is a common effect of two variables:
X->Z
Y->Z
Z is a collider
Do NOT adjust as backdoors are blocked by colliders and otherwise a spurious relationship would exist. Introduces bias if adjusted for.
What is the difference between model selection in epi versus stats?
In stats, try to find the best fit as most accurate description of data.
In epi, test differences in outcomes while minimizing bias.
What is forward selection?
Start with minimum key variable and add one at a time based on statistical significance of model.
What is backward selection?
Start with all possible predictors and drop one at a time based on statistical significance.