RMSE {qpcR} | R Documentation |
Calculates the root-mean-squared-error (RMSE) of the fit or a region of the fit.
RMSE(object, which = NULL)
object |
an object of class 'drc'. |
which |
the part of the curve to be used for RMSE calculation. If not defined, the complete curve is used. |
The root-mean-squared-error from the sigmoidal fit or a part thereof.
Christian Ritz
### for a part of the curve m <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5()) RMSE(m, 10:15)