-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from pymc-labs/start-glossary
Add a (modest) glossary page to the docs.
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Glossary | ||
|
||
<div class="admonition note" name="html-admonition"> | ||
<p class="title">Note:</p> | ||
Some of the definitions have been copied (or inspired by) various resources, including Reichardt (2019). | ||
</div> | ||
|
||
**Change score analysis:** Statistical procedure where the dependent variable is the difference between the posttest and protest scores. Another term for 'differences in differences'. | ||
|
||
**Difference in Differences:** Analysis where the treatment effect is estimated as a difference between treatment conditions in the differences between pre-treatment to post treatment observations. | ||
|
||
**Regression discontinuity design:** 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). | ||
|
||
**Synthetic control method:** The synthetic control method is a statistical method used to evaluate the effect of an intervention in comparative case studies. It involves the construction of a weighted combination of groups used as controls, to which the treatment group is compared. | ||
|
||
## References | ||
* Reichardt, C. S. (2019). Quasi-experimentation: A guide to design and analysis. Guilford Publications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters