plotR2p {pAnalysis} | R Documentation |
Plots R2 values at several baseline noise levels (pct). Measured R2 values above the baseline can be distinguished from noise while those R2 values below the baseline can not.
plotR2p(doflist = c(2:30), pctlist = c(0.95), order = 4, ndecimals = 3, ...)
doflist |
a vector of degrees of freedom, integer numbers >=2 |
pctlist |
a vector of percentiles of acceptable noise expressed as numbers between 0 and 1 |
order |
a single real number > 3 and < 7. Defaults are 5 and 6) |
ndecimals |
the number of decimal places desired for the result. an integer number > 0. |
... |
other arguments used by pcdfs() |
The output of this function is a ggplot object
Joseph G. Kreke, PhD
plt <- plotR2p(doflist=c(2:30), pctlist=0.95, order=4)