From 9a033898046fa3b14ef01bd01c72dd71effaa97b Mon Sep 17 00:00:00 2001 From: Jerray Date: Thu, 2 Jun 2022 14:28:38 -0400 Subject: [PATCH] #10 Minor edits to statalist post --- doc/multe-statalist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/multe-statalist.md b/doc/multe-statalist.md index 3ee9ced..4403417 100644 --- a/doc/multe-statalist.md +++ b/doc/multe-statalist.md @@ -9,8 +9,8 @@ If your research setting has multiple treatments and a saturated group control w **multe** can help you measure and avoid contamination bias in such settings. -**Avoids contamination bias:** Based on Goldsmith-Pinkham, Hull, and Kolesár (2022), the **multe** command computes three types of weighted-average treatment effects that avoid contamination bias. These are the equal-weighted averages (i.e. average treatment effect), treatment-specific variance-weighted averages (as in Angrist et al. (1998)), and comparably efficiently-weighted averages (as in Goldsmith-Pinkham et al. (2022)). +**Avoids contamination bias:** Based on Goldsmith-Pinkham, Hull, and Kolesár (2022), the **multe** command computes three types of weighted-average treatment effects that avoid contamination bias. These are the equal-weighted averages (i.e. average treatment effect), treatment-specific variance-weighted averages (as in Angrist et al. (1998)), and comparable efficiently-weighted averages (as in Goldsmith-Pinkham et al. (2022)). **Measures contamination bias:** Our command also measures the extent to which contamination bias affects treatment effect estimates based on a partially linear model (i.e. the coefficients on X when regressing Y on X and W, given an outcome Y, a vector of treatment indicators X, and a vector of saturated group indicators W). It decomposes such treatment effect estimates into own-effect and contamination bias terms. -For an example of usage, see the Stata helpfile. Example data from Project STAR are available for download directly with the package (via `ssc install multe, all`) or through our online repository [here](https://raw.githubusercontent.com/gphk-metrics/stata-multe/ab353845e9cc4d3f30563c345342daff2ee1dec8/test/example_star.dta). +For an example of usage, see the Stata helpfile. Example data from Project STAR are available for download directly with the package (via `ssc install multe, all`).