Wrapper function to compute meta-analytic results for all analyses.
ma_wrapper(es_data, es_type = "r", ma_type = "bb", ma_fun,
moderator_matrix = NULL, moderator_type = "all",
cat_moderators = TRUE, construct_x = NULL, construct_y = NULL,
ma_arg_list, ...)
Matrix of effect-size data.
Effect-size type (e.g., "r" or "d")
The meta-analysis type: "bb" or "individual_correction."
Meta-analysis function to be used in computing meta-analytic results.
Matrix (or vector) of moderator variables.
Type of moderator analysis: "none" means that no moderators are to be used, "simple" means that moderators are to be examined one at a time, "hierarchical" means that all possible combinations and subsets of moderators are to be examined, and "all" means that simple and hierarchical moderator analyses are to be performed.
Logical vector identifying whether each variable in the moderator_matrix is a categorical variable (TRUE) or a continuous variable (FALSE).
Vector of construct names for construct X.
Vector of construct names for construct Y.
List of arguments to be passed to the meta-analysis function.
Further arguments.
A list of meta-analytic results.