fit: Print boilerplate stats

Description Usage Arguments Value Examples

Description

Prints a standard set of stats for a given degree of freedom, fitmetric and noise distribution

Usage

1
2
fit(measured_value, dof, pct = 0.95, fitmetric = R2, order = 5,
  ndecimals = 2, dist = rnorm, table = TRUE, ...)

Arguments

measured_value

a real number within the range of fitmetric

dof

an integer

pct

a real number between 0 and 1

fitmetric

a character string

order

a real number

ndecimals

an integer

dist

a random number distribution function

table

a logical value

...

any argument that functions within this routine might use

Value

data frame

Examples

1
fit(6, dof=10, pct=0.99)

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

Related to fit in gofMC...