wtp | R Documentation |
Get the probability of being cost-effective given a certain cost-effectiveness threshold, and vice versa.
wtp(x, threshold = NULL, probability = NULL)
x |
object of class |
threshold |
cost-effectiveness threshold |
probability |
probability of being cost-effective |
One of the two parameters threshold
and probability
should be specified.
wtp
either the probability or the threshold. If there is no exact match
to the given parameter in the bootstrap samples, the result is interpolated.
Mathijs Deen
CEA(gnomes, insulationMethod, Costs, diffHATS, 1000, "acorns") |>
CEAC() |>
wtp(probability = 0.80)
CEA(gnomes, insulationMethod, Costs, diffHATS, 1000, "acorns") |>
CEAC() |>
wtp(threshold = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.