Learn R Programming

qpcR (version 1.1-3)

resVar: Residual variance of a fitted model

Description

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

Usage

resVar(object)

Arguments

object
a fitted model.

Value

  • The residual variance of the fit.

Examples

Run this code
m <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5())
resVar(m)

Run the code above in your browser using DataLab