plot_distribution_results | R Documentation |
This function takes a wide table of p-values (i.e. one column for each statistical test), converts it to long format, and creates a density plot of the p-values by each test.
plot_distribution_results(df, alpha = 0.05, outlier_removal = 0.1)
df |
data frame where each column is a set of p-values for a different statistical test |
alpha |
numeric. significance level |
outlier_removal |
numeric. set x-axis scale maximum by proportion |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.