resVar {qpcR}R Documentation

Residual variance of a fitted model

Description

Calculates the residual variance for objects of class nls, lm, glm, drc or any other models from which coef and residuals can be extacted.

Usage

resVar(object)

Arguments

object a fitted model.

Value

The residual variance of the fit.

Author(s)

Andrej-Nikolai Spiess

Examples

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

[Package qpcR version 1.2-4 Index]