From 1d8e84812df8e00f1669552900095efc5d6e3058 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Thu, 22 Aug 2024 09:37:13 -0500 Subject: [PATCH] vignette --- vignettes/modelsummary.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/modelsummary.qmd b/vignettes/modelsummary.qmd index 458ee0e3..a057162a 100644 --- a/vignettes/modelsummary.qmd +++ b/vignettes/modelsummary.qmd @@ -20,7 +20,7 @@ options("tinytable_theme_placement_latex_float" = "H") `modelsummary` includes a powerful set of utilities to customize the information displayed in your model summary tables. You can easily rename, reorder, subset or omit parameter estimates; choose the set of goodness-of-fit statistics to display; display various "robust" standard errors or confidence intervals; add titles, footnotes, or source notes; insert stars or custom characters to indicate levels of statistical significance; or add rows with supplemental information about your models. -Before starting, we set `modelsummary` to use the `tinytable` package to draw table, and we set a few CSS properties to make tables more display in a more compact format on this website. This step is optional. +Before starting, we set a few CSS properties to make tables more display in a more compact format on this website. This step is optional. ````{verbatim} ```{css, echo=FALSE}