Learn R Programming

BCEA (version 2.4.7)

summary.bcea: 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 bcea
summary(object, wtp = 25000, ...)

Value

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

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.

Author

Gianluca Baio

References

Baio2011BCEA

Baio2013BCEA

See Also

bcea()

Examples

Run this code
data(Vaccine)

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

Run the code above in your browser using DataLab