util_demand_hicksian | R Documentation |
Hicksian demand function
util_demand_hicksian(f, prices, utility, gradient = FALSE, ...)
f |
A |
prices |
A numeric vector of prices. |
utility |
A scalar numeric of utility level. |
gradient |
Logical input to return the gradient. By default, |
... |
Additional arguments. |
when gradient = FALSE
, a numeric vector of quantities. When
gradient = TRUE
, a numeric matrix of gradients of quantities related to prices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.