Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vignettes/multisynth-vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>%
Expand Down Expand Up @@ -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")
```
```