Organize a database of multi-construct or moderated information
organize_database(
es_data,
sample_id = NULL,
citekey = NULL,
construct_x = NULL,
construct_y = NULL,
facet_x = NULL,
facet_y = NULL,
measure_x = NULL,
measure_y = NULL,
data_x = NULL,
data_y = NULL,
moderators = NULL,
use_as_x = NULL,
use_as_y = NULL,
construct_order = NULL,
cat_moderators = TRUE,
moderator_levels = NULL
)
A reorganized list of study data
Matrix of effect-size data to be used in meta-analyses.
Optional vector of identification labels for studies in the meta-analysis.
Optional vector of bibliographic citation keys for samples/studies in the meta-analysis (if multiple citekeys pertain to a given effect size, combine them into a single string entry with comma delimiters (e.g., "citkey1,citekey2").
Vector of construct names for construct initially designated as X.
Vector of construct names for construct initially designated as Y.
Vector of facet names for construct initially designated as X.
Vector of facet names for construct initially designated as Y.
Additional data (e.g., artifact information) specific to the variables originally designated as X.
Additional data (e.g., artifact information) specific to the variables originally designated as Y.
Matrix, dataframe, or vector of moderators.
Vector of construct names to be categorized as X constructs - cannot overlap with the contents of 'use_as_y'.
Vector of construct names to be categorized as Y constructs - cannot overlap with the contents of 'use_as_x'.
Vector indicating the order in which variables should be arranged, with variables listed earlier in the vector being preferred for designation as X.
Logical vector identifying whether each variable in moderators is a categorical variable (TRUE) or a continuous variable (FALSE).
Optional list of factor levels to be applied to the categorical moderators.