plotR2p: Plot several noise baselines (R2p)

Description Usage Arguments Value Author(s) Examples

View source: R/Percentile_Analysis_Functions_v2.R

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

1
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

The output of this function is a ggplot object

Author(s)

Joseph G. Kreke, PhD

Examples

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

pAnalysis documentation built on May 2, 2019, 9:17 a.m.