Organization of moderator data for use in meta-analyses
organize_moderators(moderator_matrix, es_data, construct_x = NULL,
construct_y = NULL, construct_order = NULL,
moderator_levels = NULL, moderator_type = "hierarchical",
moderator_names = NULL, ...)
Matrix (or vector) of 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.
Further arguments.
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.