checkPlot | R Documentation |
Visual tool to determine if nominal p-values for Monte-Carlo simulations under a given (null) hypothesis is true have uniform distribution
checkPlot(stats, breaks = seq(0, 1, 0.05), tag = "", Wmin = 0, facets = 1)
stats |
Dataframe with a column called |
breaks |
Numeric vector in [0,1], determining bar widths for geom_histogram |
tag |
optional character string for a ggtitle |
Wmin |
scalar, to filter the df |
facets |
Integer, number of facets if using facet_wrap or similar |
ggplot object, a "checkPlot"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.