Function for summarizing the multiverse results.
inference_cs(data, alpha_level = 0.05, na.rm = FALSE, framework = "Both")
a data frame with the results of a multiverse analyses.
What should be the alpha level used (default to 0.05).
Should NA's be removed (default to FALSE
). See details.
Inference framework. Values could be "NHST", "Bayesian", or "Both" (no case sensitivity)
A data frame with summaries of the results.
For now the function returns mean, median, standard deviations of p values and proportion of p values below a criterion defined by the alpha_level
parameter (default to 0.05) as well as mean Bayes factors (please see the `framework` argument). The user may choose to drop the NAs for the summary statistic.