pcrGOF {qpcR} | R Documentation |
Calculates all implemented measures for the goodness-of-fit and returns them as a list.
pcrGOF(object)
object |
an object of class 'drc'. |
A list with the following components:
Rsq |
the R-squared value. |
AICc |
the bias-corrected Akaike Information Criterion. |
AIC |
the Akaike Information Criterion. |
resVar |
the residual variance. |
RMSE |
the root-mean-squared-error. |
Andrej-Nikolai Spiess
m <- pcrfit(reps, 1, 2, l5()) pcrGOF(m)