plotNoiseLevel: Plot Noise threshold

Description Usage Arguments Value Examples

Description

Plots the Noise threshold for each degree of freedom

Usage

1
2
plotNoiseLevel(doflist = c(2:30), pctlist = c(0.95), order = 4,
  ndecimals = 2, fitmetric = R2, ...)

Arguments

doflist

a vector of degrees of freedom

pctlist

a vector of percentiles (expressed as fractions)

order

a real number greater than 0 and less than 7

ndecimals

an integer

fitmetric

a character string naming a standard fit metric (R2, rmse, or user)

...

any argument that functions within this routine might use

Value

ggplot object

Examples

1
plotNoiseLevel(doflist=c(2:10))

gofMC documentation built on May 2, 2019, 5:55 a.m.