Learn R Programming

gofMC (version 1.1.2)

fit: Print boilerplate stats

Description

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

Usage

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

Run this code
fit(6, dof=10, pct=0.99)

Run the code above in your browser using DataLab