Calculates summary statistics (mean
, sd
, min
, max
) of both the number of analyses peer-reviewed by each reviewer, and the number of reviews received by each analysis.
Arguments
- ManyEcoEvo
A tibble of
ManyEcoEvo
- ManyEcoEvo_results
A tibble of
ManyEcoEvo_results
- ManyEcoEvo_yi_results
A tibble of
ManyEcoEvo_yi_results
Value
A named list of length two of summarised_data_analyses
containing a tibble of summary statistics for each outcome subset
(effects
or predictions
) generated by summarise_analyses_by_reviewer()
, and summarised_data_reviews
containing a tibble of sumary statistics for each outcome subset
, for each dataset
generated by summarise_reviews_per_analysis()
.
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_analysis_types()
,
summarise_conclusions()
,
summarise_model_composition()
,
summarise_sorensen_index()
,
summarise_variable_counts()
Examples
data(ManyEcoEvo)
data(ManyEcoEvo_results)
data(ManyEcoEvo_yi_results)
summarise_reviews(ManyEcoEvo, ManyEcoEvo_results, ManyEcoEvo_yi_results)
#> 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.