util_2goods_indifference | R Documentation |
util_2goods_indifference(
f,
utility,
otherwise = NA_real_,
interval = c(1e-06, 1e+06),
tol = 1e-06,
...
)
f |
A |
utility |
A scalar numeric of utility. |
otherwise |
Default value when the root is not found. By default,
|
interval |
Passed to |
tol |
Passed to |
... |
Passed to |
A function that takes a scalar numeric of quantity of good X and returns a scalar numeric of quantity of good Y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.