Description Usage Arguments Value
This function computes pairwise independent effect sizes (Hedges' g and g*) for a continuous variable based on a grouping variable.
1 2 3 4 5 6 7 8 | compute_hedges_g(
data,
id = NULL,
grouping_factor,
variable,
paired = FALSE,
detailed = FALSE
)
|
data |
Data frame containing the data |
id |
Subject identifier |
grouping_factor |
Factor, used for the comparisons between groups |
variable |
Numeric, the dependent variable |
paired |
Indicator, if repeated measures should be used. |
detailed |
Indicator, if detailed information (such as means, standard
deviations, etc.) should be returned. Default ist |
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.