Table_dofbypct: Noise Threshold Table

Description Usage Arguments Value Examples

Description

Constructs a table in the form of a data frame of threshold noise values for a given fit metric, a given set of possible degrees of freedom and a given set of percentiles

Usage

1
2
Table_dofbypct(doflist = NULL, pctlist = NULL, order = 4, ndecimals = 2,
  fitmetric = R2, trend = NULL, ...)

Arguments

doflist

a vector of integers indicating the degrees of freedom

pctlist

a vector of numbers between 0 and 1 standing for the percentile of noise

order

a real number

ndecimals

an integer

fitmetric

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

trend

a character string "Increasing", "Decreasing", "Flat", "Uncertain" which describes the general slope of the fitmetric function.

...

any argument that functions within this routine might use

Value

a data frame

Examples

1
Table_dofbypct(fitmetric=rmse)

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