Learn R Programming

gofMC (version 1.1.2)

Table_dofbypct: Noise Threshold Table

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

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

Run this code
Table_dofbypct(fitmetric=rmse)

Run the code above in your browser using DataLab