View source: R/plottingfunctions.R
DistPvalues | R Documentation |
Visualize the distribution of unadjusted p-values from linear models
DistPvalues(IntLimResults, breaks = 100, adjusted = TRUE)
IntLimResults |
output of RunIntLim() |
breaks |
the number of breaks to use in histogram (see hist() documentation for more details) |
adjusted |
Whether or not to plot adjusted p-values. If TRUE (default), adjusted p-values are plotted. If FALSE, unadjusted p-values are plotted. |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.