| besthr_table | R Documentation |
Creates a publication-ready summary table containing group statistics, confidence intervals, and optionally effect sizes and significance.
besthr_table(
hrest,
format = "tibble",
digits = 2,
include_significance = FALSE
)
hrest |
An hrest object from |
format |
Output format: "tibble" (default), "markdown", "html", or "latex" |
digits |
Number of decimal places for rounding (default 2) |
include_significance |
Logical, whether to include significance stars (default FALSE) |
A tibble (if format = "tibble") or character string (other formats)
d <- make_data()
hr <- estimate(d, score, group)
besthr_table(hr)
besthr_table(hr, format = "markdown")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.