R/utils.R
indiffs.Rd
Create a dataframe of delays and the corresponding indifference points predicted by a model.
indiffs(mod)
A model of class td_bcnm, td_ipm, or td_ddm.
td_bcnm
td_ipm
td_ddm
A dataframe with columns del (delay) and indiff (indifference point).
del
indiff
# \donttest{ data("td_bc_single_ptpt") mod <- td_bcnm(td_bc_single_ptpt, discount_function = 'model-free') indiff_data <- indiffs(mod) # }