Convert pre-post means of two independent groups into various effect size measures
es_from_means_ci_pre_post( mean_pre_exp, mean_exp, mean_pre_ci_lo_exp, mean_pre_ci_up_exp, mean_ci_lo_exp, mean_ci_up_exp, mean_pre_nexp, mean_nexp, mean_pre_ci_lo_nexp, mean_pre_ci_up_nexp, mean_ci_lo_nexp, mean_ci_up_nexp, n_exp, n_nexp, r_pre_post_exp, r_pre_post_nexp, smd_to_cor = "viechtbauer", pre_post_to_smd = "bonett", max_asymmetry = 10, reverse_means_pre_post )
mean_pre_exp
: mean of the experimental/exposed group at baselinemean_exp
: mean of the experimental/exposed group at follow upmean_pre_ci_lo_exp
: lower bound of the 95% CI of the mean of the experimental/exposed group at baselinemean_pre_ci_up_exp
: upper bound of the 95% CI of the mean of the experimental/exposed group at baselinemean_ci_lo_exp
: lower bound of the 95% CI of the mean of the experimental/exposed group at follow upmean_ci_up_exp
: upper bound of the 95% CI of the mean of the experimental/exposed group at follow upmean_pre_nexp
: mean of the non-experimental/non-exposed group at baselinemean_nexp
: mean of the non-experimental/non-exposed group at follow upmean_pre_ci_lo_nexp
: lower bound of the 95% CI of the mean of the non-experimental/non-exposed group at baselinemean_pre_ci_up_nexp
: upper bound of the 95% CI of the mean of the non-experimental/non-exposed group at baselinemean_ci_lo_nexp
: lower bound of the 95% CI of the mean of the non-experimental/non-exposed group at follow upmean_ci_up_nexp
: upper bound of the 95% CI of the mean of the non-experimental/non-exposed group at follow upn_exp
: number of the experimental/exposed groupn_nexp
: number of the non-experimental/non-exposed groupr_pre_post_exp
: pre-post correlation in the experimental/exposed groupr_pre_post_nexp
: pre-post correlation in the non-experimental/non-exposed groupsmd_to_cor
: formula used to convert the cohen_d
value into a coefficient correlation (see details).pre_post_to_smd
: formula used to convert the pre and post means/SD into a SMD (see details).max_asymmetry
: A percentage indicating the tolerance before detecting asymmetry in the 95% CI bounds.reverse_means_pre_post
: a logical value indicating whether the direction of generated effect sizes should be flipped.This function estimates and converts between several effect size measures.
natural effect size measure | MD + D + G |
converted effect size measure | OR + R + Z |
required input data | See 'Section 15. Paired: pre-post means and dispersion' |
https://metaconvert.org/input.html |
This function converts the bounds of the 95% CI of the pre/post means of two independent groups into standard errors (Section 6.3.1 in the Cochrane Handbook).
Then, calculations of the es_from_means_se_pre_post
are applied.
es_from_means_ci_pre_post( n_exp = 36, n_nexp = 35, mean_pre_exp = 98, mean_pre_ci_lo_exp = 88, mean_pre_ci_up_exp = 108, mean_exp = 102, mean_ci_lo_exp = 92, mean_ci_up_exp = 112, mean_pre_nexp = 96, mean_pre_ci_lo_nexp = 86, mean_pre_ci_up_nexp = 106, mean_nexp = 102, mean_ci_lo_nexp = 92, mean_ci_up_nexp = 112, r_pre_post_exp = 0.8, r_pre_post_nexp = 0.8 )
Higgins JPT, Li T, Deeks JJ (editors). Chapter 6: Choosing effect size measures and computing estimates of effect. In: Higgins JPT, Thomas J, Chandler J, Cumpston M, Li T, Page MJ, Welch VA (editors). Cochrane Handbook for Systematic Reviews of Interventions version 6.3 (updated February 2022). Cochrane, 2022. Available from www.training.cochrane.org/handbook.
Useful links