Table_pctbyfuncs: Print boilerplate stats

Description Usage Arguments Value Examples

Description

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

Usage

1
2
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

1

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