You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page provides a concise summary of the tabular notation used by Shadish Cook & Campbell (2002) and Reichardt (2009). This notation provides a compact description of various experimental designs. While it is possible to describe randomised designs using this notation, we focus purely on quasi-experimental designs here, with non-random allocation (abbreviated as `NR`). Observations are denoted by $O$. Time proceeds from left to right, so observations made through time are labelled as $O_1$, $O_2$, etc. The treatment is denoted by `X`. Rows represent different groups of units. Remember, a unit is a person, place, or thing that is the subject of the study.
3
+
This page provides a concise summary of the tabular notation used by {cite:t}`shadish_cook_cambell_2002`and {cite:t}`reichardt2019quasi`. This notation provides a compact description of various experimental designs. While it is possible to describe randomised designs using this notation, we focus purely on {term}`quasi-experimental<Quasi-experiment>` designs here, with non-random allocation (abbreviated as `NR`). Observations are denoted by $O$. Time proceeds from left to right, so observations made through time are labelled as $O_1$, $O_2$, etc. The treatment is denoted by `X`. Rows represent different groups of units. Remember, a unit is a person, place, or thing that is the subject of the study.
4
4
5
5
## Pretest-posttest designs
6
6
7
-
One of the simplest designs is the pretest-posttest design. Here we have one row, denoting a single group of units. There is an `X` which means all are treated. The pretest is denoted by $O_1$ and the posttest by $O_2$. See p99 of Reichardt (2019).
7
+
One of the simplest designs is the pretest-posttest design. Here we have one row, denoting a single group of units. There is an `X` which means all are treated. The pretest is denoted by $O_1$ and the posttest by $O_2$. See p99 of {cite:t}`reichardt2019quasi`.
8
8
9
9
||||
10
10
|----|---|----|
11
11
$O_1$ | X | $O_2$ |
12
12
13
-
Informally, if we think about drawing conclusions about the causal impact of the treatment based on the change from $O_1$ to $O_2$, we might say that the treatment caused the change. However, this is a tenuous conclusion because we have no way of knowing what would have happened in the absence of the treatment.
13
+
Informally, if we think about drawing conclusions about the {term}`causal impact` of the treatment based on the change from $O_1$ to $O_2$, we might say that the treatment caused the change. However, this is a tenuous conclusion because we have no way of knowing what would have happened in the absence of the treatment.
14
14
15
-
A variation of this design which may (slightly) improve this situation from the perspective of making causal claims, would be to take multiple pretest measures. This is shown below, see p107 of Reichardt (2019).
15
+
A variation of this design which may (slightly) improve this situation from the perspective of making causal claims, would be to take multiple pretest measures. This is shown below, see p107 of {cite:t}`reichardt2019quasi`.
16
16
17
17
|||||
18
18
|----|--|---|----|
@@ -24,7 +24,7 @@ This would allow us to estimate how the group was changing over time before the
24
24
25
25
In randomized experiments, with large enough groups, the randomization process should ensure that the treatment and control groups are equivalent. However, in quasi-experimental designs, with non-random (`NR`) allocation, we could expect there to be differences between the treatment and control groups. This poses some challenges in making strong causal claims about the impact of the treatment.
26
26
27
-
For example, in the simplest nonequivalent group design, we have two groups, one treated and one not treated, and just one posttest. See p114 of Reichardt (2019).
27
+
For example, in the simplest {term}`nonequivalent group design<NEGD>`, we have two groups, one treated and one not treated, and just one posttest. See p114 of {cite:t}`reichardt2019quasi`.
28
28
29
29
||||
30
30
|-----|---|----|
@@ -33,18 +33,18 @@ For example, in the simplest nonequivalent group design, we have two groups, one
33
33
34
34
The above design would be considered weak - the lack of a pre-test measure makes it hard to know whether differences between the groups at $O_1$ are due to the treatment or to pre-existing differences between the groups.
35
35
36
-
This limitation can be addressed by adding a pretest measure. See p115 of Reichardt (2019).
36
+
This limitation can be addressed by adding a pretest measure. See p115 of {cite:t}`reichardt2019quasi`.
37
37
38
38
|||||
39
39
|-----|----|---|----|
40
40
| NR: | $O_1$ | X | $O_2$ |
41
41
| NR: | $O_1$ || $O_2$ |
42
42
43
43
Non-equivalent group designs like this, with a pretest and a posttest measure could be analysed in a number of ways:
44
-
1.**ANCOVA:** Here, the group would be a categorical predictor, the pretest measure would be a covariate, and the posttest measure would be the outcome.
45
-
2.**Difference-in-differences:** We can apply linear modeling approaches such as `y ~ group + time + group:time` to estimate the treatment effect. Here, `y` is the outcome measure, `group` is a binary variable indicating treatment or control group, and `time` is a binary variable indicating pretest or posttest.
44
+
1.**{term}`ANCOVA`:** Here, the group would be a categorical predictor, the pretest measure would be a covariate, and the posttest measure would be the outcome.
45
+
2.**{term}`Difference in differences`:** We can apply linear modeling approaches such as `y ~ group + time + group:time` to estimate the treatment effect. Here, `y` is the outcome measure, `group` is a binary variable indicating treatment or control group, and `time` is a binary variable indicating pretest or posttest.
46
46
47
-
A limitation of the nonequivalent group designs with single pre and posttest measures is that we don't know how the groups were changing over time before the treatment was introduced. This can be addressed by adding multiple pretest measures. See p154 of Reichardt (2019).
47
+
A limitation of the nonequivalent group designs with single pre and posttest measures is that we don't know how the groups were changing over time before the treatment was introduced. This can be addressed by adding multiple pretest measures. See p154 of {cite:t}`reichardt2019quasi`.
48
48
49
49
||||||
50
50
|-----|----|---|-|----|
@@ -55,15 +55,15 @@ Again, this design could be analysed using the difference-in-differences approac
55
55
56
56
## Interrupted time series designs
57
57
58
-
While there is no control group, the interrupted time series design is a powerful quasi-experimental design that can be used to estimate the causal impact of a treatment. The design involves multiple pretest and posttest measures. The treatment is introduced at a specific point in time, denoted by `X`. The design can be used to estimate the causal impact of the treatment by comparing the trajectory of the outcome variable before and after the treatment. See p203 of Reichardt (2019).
58
+
While there is no control group, the {term}`interrupted time series design` is a powerful quasi-experimental design that can be used to estimate the causal impact of a treatment. The design involves multiple pretest and posttest measures. The treatment is introduced at a specific point in time, denoted by `X`. The design can be used to estimate the causal impact of the treatment by comparing the trajectory of the outcome variable before and after the treatment. See p203 of {cite:t}`reichardt2019quasi`.
The comparative interrupted timeseries design incorporates aspects of **interrupted time series** (with only a treatment group), and **nonequivalent group designs** (with a treatment and control group). This design can be used to estimate the causal impact of a treatment by comparing the trajectory of the outcome variable before and after the treatment in the treatment group, and comparing this to the trajectory of the outcome variable in the control group. See p226 of Reichardt (2019).
66
+
The {term}`comparative interrupted time-series<CITS>` design incorporates aspects of **interrupted time series** (with only a treatment group), and **nonequivalent group designs** (with a treatment and control group). This design can be used to estimate the causal impact of a treatment by comparing the trajectory of the outcome variable before and after the treatment in the treatment group, and comparing this to the trajectory of the outcome variable in the control group. See p226 of {cite:t}`reichardt2019quasi`.
67
67
68
68
|||||||||||
69
69
|-----|----|---|----|---|----|----|----|----|-|
@@ -73,11 +73,11 @@ The comparative interrupted time series design incorporates aspects of **interru
73
73
74
74
Because this design is very similar to the nonequivalent group design, simply with multiple pre and post test measures, it is well-suited to analysis under the difference-in-differences approach.
75
75
76
-
However, if we have many untreated units and one treated unit, then this design could be analysed with the synthetic control approach.
76
+
However, if we have many untreated units and one treated unit, then this design could be analysed with the {term}`synthetic control` approach.
77
77
78
78
## Regression discontinuity designs
79
79
80
-
The design notation for regression discontinuity designs are different from the others and take a bit of getting used to. We have two groups, but allocation to the groups are determined by a units' relation to a cutoff point `C` along a running variable. Also, $O_1$ now represents the value of the running variable, and $O_2$ represents the outcome variable. See p169 of Reichardt (2019). This will make more sense if you consider the design notation alongside one of the example notebooks.
80
+
The design notation for {term}`regression discontinuity designs<RDD>` are different from the others and take a bit of getting used to. We have two groups, but allocation to the groups are determined by a units' relation to a cutoff point `C` along a running variable. Also, $O_1$ now represents the value of the running variable, and $O_2$ represents the outcome variable. See p169 of {cite:t}`reichardt2019quasi`. This will make more sense if you consider the design notation alongside one of the example notebooks.
81
81
82
82
|||||
83
83
|-----|----|---|----|
@@ -88,3 +88,8 @@ From an analysis perspective, regression discontinuity designs are very similar
88
88
89
89
## Summary
90
90
This page has offered a brief overview of the tabular notation used to describe quasi-experimental designs. The notation is a useful tool for summarizing the design of a study, and can be used to help identify the strengths and limitations of a study design. But readers are strongly encouraged to consult the original sources when assessing the relative strengths and limitations of making causal claims under different quasi-experimental designs.
Copy file name to clipboardExpand all lines: docs/source/glossary.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ Glossary
18
18
Change score analysis
19
19
A statistical procedure where the outcome variable is the difference between the posttest and protest scores.
20
20
21
+
Causal impact
22
+
An umbrella term for the estimated effect of a treatment on an outcome.
23
+
21
24
Comparative interrupted time-series
22
25
CITS
23
26
An interrupted time series design with added comparison time series observations.
@@ -36,7 +39,6 @@ Glossary
36
39
ITS
37
40
A quasi-experimental design to estimate a treatment effect where a series of observations are collected before and after a treatment. No control group is present.
38
41
39
-
40
42
Instrumental Variable regression
41
43
IV
42
44
A quasi-experimental design to estimate a treatment effect where the is a risk of confounding between the treatment and the outcome due to endogeniety.
@@ -67,6 +69,7 @@ Glossary
67
69
An emprical comparison used to estimate the effects of treatments where units are assigned to treatment conditions randomly.
68
70
69
71
Regression discontinuity design
72
+
RDD
70
73
A quasi–experimental comparison to estimate a treatment effect where units are assigned to treatment conditions based on a cut-off score on a quantitative assignment variable (aka running variable).
71
74
72
75
Regression kink design
@@ -88,7 +91,6 @@ Glossary
88
91
Wilkinson notation
89
92
A notation for describing statistical models :footcite:p:`wilkinson1973symbolic`.
90
93
91
-
92
94
Two Stage Least Squares
93
95
2SLS
94
96
An estimation technique for estimating the parameters of an IV regression. It takes its name from the fact that it uses two OLS regressions - a first and second stage.
0 commit comments