At present, this passes the object to summary and then prints
# S3 method for SummaryReport
summary(object, ...)# S3 method for summary.SummaryReport
print(x, ...)
# S3 method for SummaryReport
print(x, ...)
# S3 method for SummaryReport
rbind(...)
# S3 method for SummaryReport
ascii(
x,
include.rownames = FALSE,
include.colnames = TRUE,
header = TRUE,
digits = c(0, 3, 2, 2, 4, 4),
...
)
# S3 method for SummaryReport
ICER(object1, object2, ...)
# S3 method for 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),
...
)
a list of class summary.SummaryReport with components:
Number of simulations
boolean with whether individual values were retained
discount rate for utilities/QALYs
discount rate for costs
Quality-adjusted life expectancy (discounted)
Life expectancy (not discounted)
Life-time expected costs (discounted)
standard error for QALE
standard error Ecosts
a SummaryReport object
ascii object
a list of type ICER.SummaryReport with components:
number of simulations
Discount rate for the utilities/QALE
Discount rate for the costs
summary for object1
summary for object2
QALE for object2 minus QALE for object1
Costs for object2 minus costs for object1
change of costs divided by change in QALEs
standard error for dQALE
standard error for dCosts
ascii object
SummaryReport object
other arguments to pass to ascii
an ICER.SummaryReport object
logical for whether to include rownames (default=FALSE)
logical for whether to include colnames (default=TRUE)
logical for whether to include the header (default=TRUE)
vector of the number of digits to use for each column
SummaryReport object (reference)
SummaryReport object
rownames for output
colnames for output
tgroup arg passed to ascii
arg passed to ascii