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
Copy file name to clipboardExpand all lines: docs/glossary.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@
5
5
Some of the definitions have been copied from (or inspired by) various resources, including Reichardt (2019).
6
6
</div>
7
7
8
+
9
+
**ANCOVA:** Analysis of covariance is a simple linear model, typically with one continuous predictor (the covariate) and a catgeorical variable (which may correspond to treatment or control group). In the context of this package, ANCOVA could be useful in pretest-postdest designs, either with or without random assignment.
10
+
8
11
**Average treatment effect (ATE):** The average treatement effect across all units.
9
12
10
13
**Average treatment effect on the treated (ATT):** The average effect of the treatment on the units that recieved it. Also called Treatment on the treated.
@@ -23,6 +26,20 @@ Some of the definitions have been copied from (or inspired by) various resources
23
26
24
27
**Non-equivalent group designs:** A quasi-experimental design where units are assigned to conditions non-randomly, and not according to a running variable (see Regression discontinuity design).
25
28
29
+
The basic posttest-only design can be described as:
30
+
31
+
| NR: | X | O |
32
+
|-----|---|---|
33
+
| NR: || 0 |
34
+
35
+
The pretest-posttest NEGD can be described as:
36
+
37
+
| NR: | O1 | X | O2 |
38
+
|-----|----|---|----|
39
+
| NR: | O1 || O2 |
40
+
41
+
Data from pretest-posttest NEGD could be analysed using change score analysis or the difference in differences approach, or with ANCOVA.
42
+
26
43
**One-group posttest-only design:** A design where a single group is exposed to a treatment and assessed on an outcome measure. There is no pretest measure or comparison group.
27
44
28
45
**Panel data:** Time series data collected on multiple units where the same units are observed at each time point.
0 commit comments