Organization of moderator data for use in meta-analyses
organize_moderators(
cat_moderator_matrix,
es_data,
construct_x = NULL,
construct_y = NULL,
construct_order = NULL,
moderator_levels = NULL,
moderator_type = "hierarchical",
cat_moderator_names = NULL,
...
)
List containing (1) the full matrix of moderators and effect-size data for use in meta-analyses and (2) the names of the moderator variables.
Matrix (or vector) of categorical moderator variables.
Matrix of effect-size data to be used in meta-analyses.
Vector of construct names for construct X.
Vector of construct names for construct Y.
The order in which constructs are to be arranged.
List containing the factor levels of categorical 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.
Vector of names for the variables in cat_moderator_matrix.
Further arguments.