Skip to contents

Access the name of the discount function of a model.

Usage

discount_function(mod)

Arguments

mod

A temporal discounting model.

Value

The name of the discount function.

Examples

if (FALSE) { # \dontrun{
data("td_bc_single_ptpt")
mod <- td_bcnm(td_bc_single_ptpt)
discount_function(mod)
} # }