RSS {qpcR} | R Documentation |
Calculates the residual sum-of-squares for objects of class drc
, lm
, glm
, nls
or any other models where residuals
can be extacted.
RSS(object)
object |
a fitted model. |
The residual sum-of-squares from the fit.
Andrej-Nikolai Spiess
m <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5()) RSS(m)