Skip to contents

Get coefficients of a temporal discounting drift diffusion model.

Usage

# S3 method for class 'td_ddm'
coef(object, type = "all", ...)

Arguments

object

An object of class td_ddm.

type

A string specifying which coefficients to extract. 'all' extracts them all, 'ddm' extracts only DDM-specific parameters, and 'df' extracts only discount function parameters.

...

Additional arguments currently not used.

Value

A named vector of coefficients.

See also

Other drift diffusion model functions: deviance.td_ddm(), fitted.td_ddm(), logLik.td_ddm(), predict.td_ddm(), td_ddm()