.format_cohens_d_results | R Documentation |
Convert Cohen's D Test to ARD
.format_cohens_d_results(by, variable, lst_tidy, paired, ...)
by |
( |
variable |
( |
lst_tidy |
(named |
paired |
If |
... |
passed to |
ARD data frame
cardx:::.format_cohens_d_results(
by = "ARM",
variable = "AGE",
paired = FALSE,
lst_tidy =
cards::eval_capture_conditions(
effectsize::hedges_g(data[[variable]] ~ data[[by]], paired = FALSE) |>
parameters::standardize_names(style = "broom")
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.