| compute_effect_size | R Documentation |
Calculates the effect size (difference from control) for each treatment group with bootstrap confidence intervals.
compute_effect_size(hrest)
hrest |
An hrest object from |
A data frame with columns: group, effect, effect_ci_low, effect_ci_high
d <- make_data()
hr <- estimate(d, score, group, nits = 500)
compute_effect_size(hr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.