Description Usage Arguments Value Examples
View source: R/discount_hypl.R
The Hyperbolic-Like Discounting Model
1 | discount_hypl(A, b, X, s)
|
A |
Amount of reward |
b |
Discounting rate parameter |
X |
Independent variable (i.e., delay, cognitive effort, probability) |
s |
Non-linear scaling factor (set s = 1 to run the hyperbolic discounting model) |
Subjective value of the reward of amount A
1 2 3 4 5 | A <- 5000
b <- 7.760
X <- .5
s <- 2
discount_hypl(A = A, b = b, X = X, s = s)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.