Learn R Programming

gofMC (version 1.1.2)

plotNoiseLevel: Plot Noise threshold

Description

Plots the Noise threshold for each degree of freedom

Usage

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

Run this code
plotNoiseLevel(doflist=c(2:10))

Run the code above in your browser using DataLab