Learn R Programming

pAnalysis (version 2.0)

plotR2p: Plot several noise baselines (R2p)

Description

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.

Usage

plotR2p(doflist = c(2:30), pctlist = c(0.95), order = 4, ndecimals = 3, ...)

Arguments

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()

Value

Examples

Run this code
	plt <- plotR2p(doflist=c(2:30), pctlist=0.95, order=4)

Run the code above in your browser using DataLab