Generates a summary of the number of analysis teams, total analyses, models with normal error distributions, mixed effects models, and models developed using Bayesian statistical methods for a given analysis type.
Arguments
- ManyEcoEvo_results
A tibble of
ManyEcoEvo_results
- ManyEcoEvo_yi_results
A tibble of
ManyEcoEvo_yi_results
- ManyEcoEvo
A tibble of
ManyEcoEvo
Value
A summarised tibble with the variables subset
, dataset
, num_teams
, total_analyses
, sum_linear
, sum_mixed
, sum_Bayesian
.
Details
Applies both count_binary_coded_features()
and count_teams_analyses()
to generate data summaries.
See also
Other Multi-dataset Wrapper Functions:
apply_VZ_exclusions()
,
compute_MA_inputs()
,
generate_exclusion_subsets()
,
generate_outlier_subsets()
,
generate_rating_subsets()
,
generate_yi_subsets()
,
make_viz()
,
meta_analyse_datasets()
,
prepare_ManyEcoEvo()
,
prepare_ManyEcoEvo_yi()
,
prepare_response_variables()
,
prepare_response_variables_yi()
,
summarise_conclusions()
,
summarise_model_composition()
,
summarise_reviews()
,
summarise_sorensen_index()
,
summarise_variable_counts()