NEWS.md
convert_*()
, instead of esc_*()
(e.g. convert_d2r()
instead of esc_d2r()
).esc_mean_sd()
, esc_mean_se()
and esc_mean_gain()
can now calculate effect-sizes for within-subject-designs, when argument r
is given.cohens_f()
, odds_ratio()
, log_odds()
, pearsons_r()
, eta_squared()
and cohens_d()
).esc_mean_sd()
tried to calculate the square root of negative values when computing the pooled standard deviance. In such cases, an alternative formular for the pooled SD is used.combine_esc()
did not work for effect sizes computed with esc_t()
, when the returned effect size was r
.effect_sizes()
did not always properly extract study names and used numeric indices instead character values.effect_sizes()
to generate a data frame with results of multiple effect size computations, based on data from another data frame.write_esc()
as a convenient wrapper to write results to an Excel csv-file.