Skip to contents

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.

Usage

summarise_analysis_types(ManyEcoEvo_results, ManyEcoEvo_yi_results, ManyEcoEvo)

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.

Author

Hannah S. Fraser

Elliot Gould

Examples

summarise_analysis_types(ManyEcoEvo_results, ManyEcoEvo_yi_results, ManyEcoEvo)
#> Error in group_by(., estimate_type, dataset): Must group by variables found in `.data`.
#> Column `estimate_type` is not found.
#> Column `dataset` is not found.