diff --git a/vignettes/multisynth-vignette.Rmd b/vignettes/multisynth-vignette.Rmd index 26b2a1b..d5dd664 100644 --- a/vignettes/multisynth-vignette.Rmd +++ b/vignettes/multisynth-vignette.Rmd @@ -88,7 +88,7 @@ We can then report the level of global and individual balance as well as estimat ppool_syn_summ ``` -`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. ```{r echo = F} ppool_syn_summ$att %>% @@ -194,4 +194,4 @@ ppool_syn_cov_summ$att %>% Again we can plot the effects. ```{r ppool_syn_cov_plot, fig.width=8, fig.height=4.5, fig.align="center", warning=F, message=F} plot(ppool_syn_cov_summ, levels = "Average") -``` \ No newline at end of file +```