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

View source: R/plottingfunctions.R

DistPvaluesR Documentation

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)

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.

Value

No return value, called for side effects


IntLIM documentation built on Aug. 22, 2022, 5:05 p.m.