Description Usage Arguments Value Examples
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 |
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 effect sizes should be used.
Default is |
detailed |
Indicator, if detailed information (such as means, standard
deviations, etc.) should be returned. Default ist |
A tibble
1 | hedges_g(data = phantasialand, grouping_factor = backpack, variable = joy)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.