resVar {qpcR} | R Documentation |
Calculates the residual variance for objects of class drc
, lm
, glm
, nls
or any other models where 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)