| RSS {qpcR} | R Documentation |
Calculates the residual sum-of-squares for objects of class nls, lm, glm, drc
or any other models from which 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)