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 <- pcrfit(reps, 1, 2, l5()) RSS(m)