summary.bcea: Summary Method for Objects of Class 'bcea'

View source: R/summary.bcea.R

summary.bceaR Documentation

Summary Method for Objects of Class bcea

Description

Produces a table printout with some summary results of the health economic evaluation.

Usage

## S3 method for class 'bcea'
summary(object, wtp = 25000, ...)

Arguments

object

A bcea object containing the results of the Bayesian modelling and the economic evaluation.

wtp

The value of the willingness to pay threshold used in the summary table.

...

Additional arguments affecting the summary produced.

Value

Prints a summary table with some information on the health economic output and synthetic information on the economic measures (EIB, CEAC, EVPI).

Author(s)

Gianluca Baio

References

\insertRef

Baio2011BCEA

\insertRef

Baio2013BCEA

See Also

bcea()

Examples

data(Vaccine)

he <- bcea(eff, cost, interventions = treats, ref = 2)
summary(he)


BCEA documentation built on Nov. 25, 2023, 5:08 p.m.