Learn R Programming

gofMC (version 1.1.2)

Table_pctbyfuncs: Print boilerplate stats

Description

Prints a standard set of stats for a given degree of freedom

Usage

Table_pctbyfuncs(dof, pctlist = c(0.9, 0.95, 0.99), ndecimals = 2, dist = rnorm, order = 5, fitmetriclist = c(R2, rmse), ...)

Arguments

dof
an integer
pctlist
a vector of real numbers between 0 and 1, minimum acceptable noise levels.
ndecimals
an integer
dist
a random number distribution function
order
a real number less than 7
fitmetriclist
a vector of goodness-of-fit functions
...
any argument that functions within this routine might use

Value

data frame

Examples

Run this code
Table_pctbyfuncs(6, dist=rnorm, sd=0.3)

Run the code above in your browser using DataLab