Learn R Programming

psychmeta (version 2.3.4)

.ma_bootstrap: Wrapper function to facilitate bootstrapped meta-analyses

Description

Wrapper function to facilitate bootstrapped meta-analyses

Usage

.ma_bootstrap(data, ma_fun_boot, boot_iter = 1000,
  boot_conf_level = 0.95, boot_ci_type = "norm", ma_arg_list,
  convert_ma = FALSE)

Arguments

data

Data to be meta-analyzed.

ma_fun_boot

Meta-analysis function.

boot_iter

Number of bootstrap iterations to be computed.

boot_conf_level

Width of confidence intervals to be constructed for all bootstrapped statistics.

boot_ci_type

Type of bootstrapped confidence interval (see "type" options for boot::boot.ci for possible arguments).

ma_arg_list

List of arguments to be passed to the meta-analysis function.

Value

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.