Wrapper function to facilitate bootstrapped meta-analyses
.ma_bootstrap(data, ma_fun_boot, boot_iter = 1000,
boot_conf_level = 0.95, boot_ci_type = "norm", ma_arg_list,
convert_ma = FALSE)
Data to be meta-analyzed.
Meta-analysis function.
Number of bootstrap iterations to be computed.
Width of confidence intervals to be constructed for all bootstrapped statistics.
Type of bootstrapped confidence interval (see "type" options for boot::boot.ci for possible arguments).
List of arguments to be passed to the meta-analysis function.
A list containing (1) a summary matrix of means, variances, and confidence intervals of bootstrapped values and (2) the raw output of the bootstrapping function.