Learn R Programming

dMod (version 0.1)

wrss: Compute the weighted residual sum of squares

Description

Compute the weighted residual sum of squares

Usage

wrss(nout)

Arguments

nout
data.frame (result of res)

Value

  • list with entries value (numeric, the weighted residual sum of squares), gradient (numeric, gradient) and hessian (matrix of type numeric).