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 <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5()) resVar(m)