.ma_cumulative: Cumulative meta-analyses
Description
Cumulative meta-analyses
Usage
.ma_cumulative(
data,
sort_method = c("n", "inv_var", "weight"),
ma_fun_boot,
ma_arg_list
)
Value
Cumulative meta-analysis table
Arguments
- data
Data to be meta-analyzed.
- sort_method
Method to sort samples in the cumulative meta-analysis. Options are "weight" to sort by weight (default), "n" to sort by sample size, and "inv_var" to sort by inverse variance.
- ma_fun_boot
Meta-analysis function.
- ma_arg_list
List of arguments to be passed to the meta-analysis function.