Learn R Programming

IntLIM (version 2.0.2)

DistPvalues: Visualize the distribution of unadjusted p-values from linear models

Description

Visualize the distribution of unadjusted p-values from linear models

Usage

DistPvalues(IntLimResults, breaks = 100, adjusted = TRUE)

Value

No return value, called for side effects

Arguments

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.