print.wtp: Print willingness to pay probe

View source: R/wtp.R

print.wtpR 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)

MDMA documentation built on April 3, 2025, 11:10 p.m.

Related to print.wtp in MDMA...