# Summarizing results <span class="badge badge-draft1">✎ Very rough draft</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
- meaningful summary methods; often mean estimates but not always
- stability of estimates; MC SE
- remember: only round results as you're about to print a table. why?
- preparatory reading: siepe on estimands