Learn R Programming

BCEA (version 2.4.7)

summary.pairwise: Summary Method for Objects of Class pairwise

Description

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

Usage

# S3 method for pairwise
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 pairwise 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() multi.ce()

Examples

Run this code
data(Vaccine)
he <- bcea(eff, cost, interventions = treats, ref = 2)
he_multi <- multi.ce(he)
summary(he_multi)

Run the code above in your browser using DataLab