Skip to contents

Get residuals from a temporal discounting binary choice nonlinear model.

Usage

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

Arguments

object

A temporal discounting binary choice model. See td_bcnm.

type

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

...

Additional arguments currently not used.

Value

A vector of residuals.

See also

Other nonlinear binary choice model functions: coef.td_bcnm(), deviance.td_bcnm(), fitted.td_bcnm(), logLik.td_bcnm(), predict.td_bcnm(), td_bcnm()