An objective frame is supposed to store the residuals of a model prediction with respect to a data frame.
objframe(mydata, deriv = NULL, deriv.err = NULL)
data.frame as being generated by res.
matrix of the derivatives of the residuals with respect to parameters.
matrix of the derivatives of the error model.
An object of class objframe
, i.e. a data frame with attribute "deriv".