RMSE {qpcR}R Documentation

Root-mean-squared-error of a fitted model

Description

Calculates the root-mean-squared-error (RMSE) for objects of class drc, lm, glm, nls or any other models where residuals can be extacted.

Usage

  RMSE(object, which = NULL)

Arguments

object a fitted model.
which the part of the curve to be used for RMSE calculation. If not defined, the complete curve is used.

Value

The root-mean-squared-error from the fit or a part thereof.

Author(s)

Andrej-Nikolai Spiess

Examples

### for a part of the curve
m <- pcrfit(reps, 1, 2, l5())
RMSE(m, 10:15)

[Package qpcR version 1.1-8 Index]