print.bcea: bcea Print Method

View source: R/base_methods.R

print.bceaR Documentation

bcea Print Method

Description

bcea Print Method

Usage

## S3 method for class 'bcea'
print(x, digits = getOption("digits"), give.attr = FALSE, no.list = TRUE, ...)

Arguments

x

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

digits

Minimal number of significant digits, see print.default().

give.attr

Logical; if TRUE (default), show attributes as sub structures.

no.list

Logical; if TRUE, no ‘list of ...’ nor the class are printed.

...

Potential further arguments.

Examples

data("Vaccine")
he <- BCEA::bcea(eff, cost)


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