The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Indentifying non-systematic discounting

library(tempodisco)

The Johnson & Bickel criteria are often used to determine whether an individual exhibits “non-systematic” discounting:

(Johnson & Bickel, 2008)

To check for non-systematic discounting, we first need to fit a “model-free” discount function to our data. Other discount functions are guaranteed monotonically decreasing, meaning the first criterion (non-monotonic discounting) can’t ever be met.

data("adj_amt_sim")
df <- adj_amt_indiffs(adj_amt_sim)
mod <- td_ipm(df, discount_function = 'model-free')
plot(mod, verbose = F)

As we can see, this data meets the first criterion for non-systematicity but not the second:

nonsys(mod)
#>    C1    C2 
#>  TRUE FALSE

We can do the same thing for binary choice data:

data("td_bc_single_ptpt")
mod <- td_bcnm(td_bc_single_ptpt, discount_function = 'model-free')
plot(mod, log = 'x', verbose = F)

This data meets neither criterion:

nonsys(mod)
#>    C1    C2 
#> FALSE FALSE

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.