-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblem.qmd
More file actions
26 lines (15 loc) · 1.99 KB
/
Copy pathproblem.qmd
File metadata and controls
26 lines (15 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# The Problem With Statistics {#sec-problem}
Causal inference attempts to put science before statistics, or at least to make statistics work to give us useful scientific outputs. The reason we need something like causal inference is this: **the reasons for carrying out a statistical analysis are not present in the data.**
::: {.callout-important}
## The reasons for carrying out a statistical analysis are not present in the data
What do we mean by this statement?
As an example, consider a statistical question where you have two sets of numbers: {10, 11, 12} and {14, 15, 16}, and you ask: are the averages of these two sets different from each other?
As you will recall from your introductory statistics courses, we can always calculate the means and standard deviations of the two sets of numbers, and perform a _t_-test to calculate a proability that we should _reject a null hypothesis_ of the means being equal. So we can answer the question: "Are the means of these two sets of values statistically different from each other?".
But we're usually not asking that question in isolation. In an experiment, those numbers represent something in the real world, and in which we're interested. We want to know what is the _scientific insight that is gained_? Maybe it's something like:
1. the number of people who vote in an election before and after a bribe is offered
2. the number of mice that survive a condition, after some drug intervention
3. reaction times in an individual before and after drinking alcohol
The point is, **we can't tell what the numbers represent, or what any differences mean, from the data alone!** We cannot look at the numbers alone and extract the causes of the data.
> "No causes in, no causes out." - _Nancy Cartwright_, @Cartwright2011-jb
:::
Statistical models are only devices that process data to provide estimates. To understand what the data are telling us, and for statistical analysis to give us scientific insight, we need additional information: _scientific (causal) models_.