wrss {dMod}R Documentation

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) or object of class objframe.

Value

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


[Package dMod version 1.0.2 Index]