resVar {qpcR} | R Documentation |
Calculates the residual variance for objects of class nls
, lm
, glm
, drc
or any other models from which coef
and residuals
can be extacted.
resVar(object)
object |
a fitted model. |
The residual variance of the fit.
Andrej-Nikolai Spiess
m <- pcrfit(reps, 1, 2, l5) resVar(m)