Access the name of the discount function of a model.
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)
} # }