Interpretation & Causality Flashcards

1
Q

P-value criticism

A
  • sharp line 0.05 is arbitrary
  • p-hacking
  • publication bias
  • model selection with p-values -> model selection bias

-> p-values often not understood
-> NOT probability that H0 is true
Definition: probability to observe an average at least as extreme as the one observed under H0
But: low p-value =/ important
Absence of evidence =/ evidence of absence

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

Reasons for large p-values

A
  • Low sample size (→ low power).
  • truth is not “far” from the H0. (E.g. Small effect sizes in regression models)
  • Collinear explanatory variables.
  • Incorrect fitting (e.g. non-linear explanatory variables).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Suggestions for the use of p-values

A
  1. Use p-values, but don’t over-interpret them, use them properly. -> graded interpretation of p-values
  2. Also look at effect sizes and confidence intervals (but is also arbitrary)
  3. Also look at relative importances of explanatory variables. -> measure proportion of responses variability explained by each variable -> R^2 for each variable einzeln -> In R: calc.relimp() -> but this also depends on other variables
  4. NEVER use p-values for model selection.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bradford-Hill-Criteria for causal inference

A
  1. Strength: A causal relationship is likely when the observed association is strong.
  2. Consistency: A causal relationship is likely if multiple independent studies show similar associations.
  3. Specificity: A causal relationship is likely when an explanatory variable x is associated only with one potential outcome y and not with other outcomes.
  4. Temporality: The effect has to occur after the cause.
  5. Biological gradient: Greater exposure should generally lead to greater incidence of the effect.
  6. Plausibility: A plausible mechanism is helpful.
  7. Coherence: Coherence between findings in the lab and in the field / population. increases the likelihood of an effect.
  8. Analogy: Similar factors have a similar effect.
  9. Experiment: Evidence from an experiment is valuable.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Experimental vs observational studies

A

Observational study (“Erhebung”):
- Observation of subjects / objects in a real-world (existing) situation.
- Variables are usually correlated.
- Often more variables than can be included in the model.
- Examples: Influence of pollutans (mercury) on humans, studies of wild animal populations, epidemiological studies,…

Experimental study:
- Observation of subjects / objects in a constructed (experimental) situation.
- Variables are controlled and uncorrelated (given a good study design!).
- Usually all variables enter the model, no model selection.
- Examples: Field experiments; clinical studies; psychological or pedagogical experiments,…

-> Remember: Avoid to include explanatory variables in your model that are caused by the outcome! (Collider)

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

When using other Einheit

A

Slope and standard error of this variable change
P-values, R^2, t-values, slope of other variable, intercepts, residuals -> all stay the same

-> should not compare these slopes - >dependent on Einheit
-> should rescale
Then: t-values, intercept, slope, sd are changed
P-values, R^2, residuals -> still stay the same
-> standardization leads to more comparable coefficients and easier interpretation of intercept

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