2. Variables & Causal Logic Flashcards
A feature that varies across cases/observational units/units of analysis
Variable
an individual person/object whose features you are measuring and evaluating.
Case
What are the two tupes of variables?
- Numerical Variables (how much? how many?)
- Categorical Variables (no numerical meaning, describes qualities)
What are the two types of numerical variables?
- Continuous (infinite possible values within a range)
- Discrete (Variables that represent countable, whole numbers - only certain numerical values)
What are the two types of categorical variables?
- Nominal (cannot be ordered in a meaningful way)
- Ordinal (can be ordered in a meaningful way)
In R, a table with cases and variables will be called a
dataframe
What are the three criteria of causality?
- Plausibility (There must be a credible link or explanation for why X causes Y)
- Time Order (X must occur before Y for X to be the cause of Y)
- Non-Spuriousness (The relationship between X and Y must not be explained by another variable (Z))
You control for other variables to rule out what?
spuriousness
Mediation/Indirect Effects
When X influences Z and Z influences Y. This does not mean X causes Y but there is an indirect pathway between X and Y
Mediator/Mechanism
A mediator is a variable that explains how or why two other variables are related in a cause-and-effect relationship. It serves as a middle step or pathway through which the independent variable (X) influences the dependent variable (Y).
Explain the difference between an indirect effect and a spurious relationship
Indirect: When X influences Z and Z influences Y
Spurious: When Z influences both X and Y making it seem like there is a relationship between X and Y.