diff --git a/vignettes/articles/Different-Variants-of-the-Wild-Cluster-Bootstrap.Rmd b/vignettes/articles/Different-Variants-of-the-Wild-Cluster-Bootstrap.Rmd index 53259986..5b7e9348 100644 --- a/vignettes/articles/Different-Variants-of-the-Wild-Cluster-Bootstrap.Rmd +++ b/vignettes/articles/Different-Variants-of-the-Wild-Cluster-Bootstrap.Rmd @@ -17,7 +17,7 @@ Note that in a recent update of their working paper, MNW have renamed the new bo To run all bootstrap types with the null hypothesis imposed on the bootstrap data generating process, you would have to specify the `bootstrap_type` function argument: -```{r setup, warnings = FALSE} +```{r setup, warnings = FALSE, message=FALSE} library(fwildclusterboot) library(modelsummary) options(modelsummary_factory_default = "gt")