Learn R Programming

qpcR (version 1.1-7)

RSS: Residual sum-of-squares of a fitted model

Description

Calculates the residual sum-of-squares for objects of class drc, lm, glm, nls or any other models where residuals can be extacted.

Usage

RSS(object)

Arguments

object
a fitted model.

Value

  • The residual sum-of-squares from the fit.

Examples

Run this code
m <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5())
RSS(m)

Run the code above in your browser using DataLab