From a592a9235f2baaf137b526f24014b683f84514ea Mon Sep 17 00:00:00 2001 From: Jacob Patterson-Stein Date: Wed, 25 Oct 2023 15:53:17 -0400 Subject: [PATCH] Replacing nopool_syn_summ with defined object The vignette references "nopool_syn_summ$att" but the summary object defined earlier is "ppool_syn_summ." The code as originally written doesn't work because there was no nopool_syn_summ object. Also, thanks for the great package! --- vignettes/multisynth-vignette.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/multisynth-vignette.md b/vignettes/multisynth-vignette.md index eeb8d19..28316c0 100644 --- a/vignettes/multisynth-vignette.md +++ b/vignettes/multisynth-vignette.md @@ -162,7 +162,7 @@ ppool_syn_summ #> 10 Average -0.017838072 0.03348942 -0.08774112 0.04149486 ``` -`nopool_syn_summ$att` is a dataframe that contains all of the point estimates, standard errors, and lower/upper confidence limits. `Time = NA` denotes the effect averaged across the post treatment periods. +`ppool_syn_summ$att` is a dataframe that contains all of the point estimates, standard errors, and lower/upper confidence limits. `Time = NA` denotes the effect averaged across the post treatment periods.