inference_cs | R Documentation |
Function for summarizing the multiverse results.
inference_cs(data, alpha_level = 0.05, na.rm = FALSE, framework = "Both")
data |
a data frame with the results of a multiverse analyses. |
alpha_level |
What should be the alpha level used (default to 0.05). |
na.rm |
Should NA's be removed (default to |
framework |
Inference framework. Values could be "NHST", "Bayesian", or "Both" (no case sensitivity) |
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.
A data frame with summaries of the results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.