# Summarizing results <span class="badge badge-draft1">✎ TODO</span>
```{r}
#| include: false
# if it is available, run the setup script that tells quarto to round all df/tibble outputs to three decimal places
if(file.exists("../_setup.R")){source("../_setup.R")}
```
<!-- TODO: group_by() factors that were manipulated -->
<!-- TODO: meaningful summary methods; often mean estimates but not always -->
<!-- TODO: stability of estimates; MC SE -->
<!-- TODO: remember: only round results as you're about to print a table. why? -->
<!-- TODO: preparatory reading: siepe on estimands -->