.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)
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_arg_list
List of arguments to be passed to the meta-analysis function.
Value
Cumulative meta-analysis table
Examples
Run this code# NOT RUN {
## Analysis TBD
# }
Run the code above in your browser using DataLab