Calculates the residual sum-of-squares for objects of class nls, lm, glm, drc or any other models from which residuals can be extacted. From version 1.3-6, this function uses weights, if object has an item $weights.
Usage
RSS(object)
Arguments
object
a fitted model.
Value
The (weighted) residual sum-of-squares from the fit.