SummaryReport: summary method for a SummaryReport object

summary.SummaryReportR Documentation

summary method for a SummaryReport object

Description

At present, this passes the object to summary and then prints

Usage

## S3 method for class 'SummaryReport'
summary(object, ...)

## S3 method for class 'summary.SummaryReport'
print(x, ...)

## S3 method for class 'SummaryReport'
print(x, ...)

## S3 method for class 'SummaryReport'
rbind(...)

## S3 method for class 'SummaryReport'
ascii(
  x,
  include.rownames = FALSE,
  include.colnames = TRUE,
  header = TRUE,
  digits = c(0, 3, 2, 2, 4, 4),
  ...
)

## S3 method for class 'SummaryReport'
ICER(object1, object2, ...)

## S3 method for class 'ICER.SummaryReport'
ascii(
  x,
  include.rownames = TRUE,
  include.colnames = TRUE,
  header = TRUE,
  digits = c(1, 1, 3, 3, 1, 1, 3, 3, 1),
  rownames = c("Reference", "Treatment"),
  colnames = c("Costs", "(se)", "QALYs", "(se)", "Costs", "(se)", "QALYs", "(se)",
    "ICER"),
  tgroup = c("Total", "Incremental"),
  n.tgroup = c(4, 5),
  ...
)

Arguments

object

SummaryReport object

...

other arguments to pass to ascii

x

an ICER.SummaryReport object

include.rownames

logical for whether to include rownames (default=FALSE)

include.colnames

logical for whether to include colnames (default=TRUE)

header

logical for whether to include the header (default=TRUE)

digits

vector of the number of digits to use for each column

object1

SummaryReport object (reference)

object2

SummaryReport object

rownames

rownames for output

colnames

colnames for output

tgroup

tgroup arg passed to ascii

n.tgroup

arg passed to ascii

Value

a list of class summary.SummaryReport with components:

n

Number of simulations

indivip

boolean with whether individual values were retained

utilityDiscountRate

discount rate for utilities/QALYs

costDiscountRate

discount rate for costs

QALE

Quality-adjusted life expectancy (discounted)

LE

Life expectancy (not discounted)

ECosts

Life-time expected costs (discounted)

se.QALE

standard error for QALE

se.Ecosts

standard error Ecosts

a SummaryReport object

ascii object

a list of type ICER.SummaryReport with components:

n

number of simulations

utilityDiscountRate

Discount rate for the utilities/QALE

costDiscountRate

Discount rate for the costs

s1

summary for object1

s2

summary for object2

dQALE

QALE for object2 minus QALE for object1

dCosts

Costs for object2 minus costs for object1

ICER

change of costs divided by change in QALEs

se.dQALE

standard error for dQALE

se.dCosts

standard error for dCosts

ascii object


microsimulation documentation built on July 26, 2023, 6:10 p.m.