| 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