Summarize measures for the goodness-of-fit
Calculates all implemented measures for the goodness-of-fit and returns them as a list.
Works for objects of class pcrfit
, lm
, glm
, nls
, drc
and many others...
pcrGOF(object, PRESS = FALSE)
object |
a fitted object. |
PRESS |
logical. If |
Andrej-Nikolai Spiess
## Single fit without replicates ## including PRESS statistic. m1 <- pcrfit(reps, 1, 2, l5) pcrGOF(m1, PRESS = TRUE) ## Fit containing replicates: ## calculation of reduced ## chi-square included! m2 <- pcrfit(reps, 1, 2:5, l5) pcrGOF(m2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.