n_exp: number of participants in the experimental/exposed group.
n_nexp: number of participants in the non-experimental/non-exposed group.
plot_ancova_mean_exp: ancova_mean of participants in the experimental/exposed group (extracted from a plot).
plot_ancova_mean_nexp: ancova_mean of participants in the non-experimental/non-exposed group (extracted from a plot).
plot_ancova_mean_sd_lo_exp: lower bound of an error bar depicting -1 SD from the ancova_mean of the experimental/exposed group (extracted from a plot).
plot_ancova_mean_sd_lo_nexp: lower bound of an error bar depicting -1 SD from the ancova_mean of the non-experimental/non-exposed group (extracted from a plot).
plot_ancova_mean_sd_up_exp: upper bound of an error bar depicting +1 SD from the ancova_mean of the experimental/exposed group (extracted from a plot).
plot_ancova_mean_sd_up_nexp: upper bound of an error bar depicting +1 SD from the ancova_mean of the non-experimental/non-exposed group (extracted from a plot).
plot_ancova_mean_se_lo_exp: lower bound of an error bar depicting -1 SE from the ancova_mean of the experimental/exposed group (extracted from a plot).
plot_ancova_mean_se_lo_nexp: lower bound of an error bar depicting -1 SE from the ancova_mean of the non-experimental/non-exposed group (extracted from a plot).
plot_ancova_mean_se_up_exp: upper bound of an error bar depicting +1 SE from the ancova_mean of the experimental/exposed group (extracted from a plot).
plot_ancova_mean_se_up_nexp: upper bound of an error bar depicting +1 SE from the ancova_mean of the non-experimental/non-exposed group (extracted from a plot).
plot_ancova_mean_ci_lo_exp: lower bound of an error bar depicting the 95% CI of the ancova_mean of the experimental/exposed group (extracted from a plot).
plot_ancova_mean_ci_lo_nexp: lower bound of an error bar depicting the 95% CI of the ancova_mean of the non-experimental/non-exposed group (extracted from a plot).
plot_ancova_mean_ci_up_exp: upper bound of an error bar depicting the 95% CI of the ancova_mean of the experimental/exposed group (extracted from a plot).
plot_ancova_mean_ci_up_nexp: upper bound of an error bar depicting the 95% CI of the ancova_mean of the non-experimental/non-exposed group (extracted from a plot).
cov_outcome_r: correlation between the outcome and covariate (multiple correlation when multiple covariates are included in the ANCOVA model).
n_cov_ancova: number of covariates in the ANCOVA model.
smd_to_cor: formula used to convert the cohen_d value into a coefficient correlation (see details).
reverse_plot_ancova_means: a logical value indicating whether the direction of the generated effect sizes should be flipped.
Returns
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 22. From plot: adjusted means and dispersion (adjusted)'
This function uses the bounds of an error bar of a mean obtained from a plot into a standard deviation. Then, a mean difference (MD), Cohen's d (D), and Hedges' g (G) are estimated. Odds ratio (OR), risk ratio (RR) and correlation coefficients (R/Z) are converted from the Cohen's d value.
To convert the bound of an error bar into a standard deviation,
this function always prioritizes information from the plot_ancova_mean_sd_* arguments, then those from the plot_ancova_mean_se_* arguments, then those from the plot_ancova_mean_ci_* arguments.
If the bounds of the standard deviations are provided, the following formulas are used: