RSS {qpcR}R Documentation

Residual sum-of-squares of a fitted model

Description

Calculates the residual sum-of-squares for objects of class nls, lm, glm, drc or any other models from which residuals can be extacted.

Usage

RSS(object)

Arguments

object a fitted model.

Value

The residual sum-of-squares from the fit.

Author(s)

Andrej-Nikolai Spiess

Examples

m <- pcrfit(reps, 1, 2, l5)
RSS(m)

[Package qpcR version 1.2-4 Index]