objframe: Objective frame

View source: R/classes.R

objframeR Documentation

Objective frame

Description

An objective frame is supposed to store the residuals of a model prediction with respect to a data frame.

Usage

objframe(mydata, deriv = NULL, deriv.err = NULL)

Arguments

mydata

data.frame as being generated by res.

deriv

matrix of the derivatives of the residuals with respect to parameters.

deriv.err

matrix of the derivatives of the error model.

Value

An object of class objframe, i.e. a data frame with attribute "deriv".


dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.