print.wtp {MDMA}R Documentation

Print willingness to pay probe

Description

Print the outcome of a willingness to pay threshold probe.

Usage

## S3 method for class 'wtp'
print(x, ...)

Arguments

x

object of class wtp.

...

other arguments (none are used).

Value

print.wtp prints the outcome of wtp

Author(s)

Mathijs Deen

Examples

CEA(gnomes, insulationMethod, Costs, diffHATS, 1000, "acorns") |>
  CEAC() |>
  wtp(probability = 0.80)
CEA(gnomes, insulationMethod, Costs, diffHATS, 1000, "acorns") |>
  CEAC() |>
  wtp(threshold = 8)

[Package MDMA version 2.0.0 Index]