Skip to contents

Get residuals from a temporal discounting indifference point model.

Usage

# S3 method for class 'td_ipm'
residuals(object, type = c("response", "pearson"), ...)

Arguments

object

A temporal discounting model. See td_bcnm.

type

The type of residuals to be returned. See residuals.nls.

...

Additional arguments currently not used.

Value

A vector of residuals.

See also

Other indifference point model functions: coef.td_ipm(), fitted.td_ipm(), logLik.td_ipm(), predict.td_ipm()