summary.psa {dampack} | R Documentation |
summarize a psa object across all simulations
Description
summarize a psa object across all simulations
Usage
## S3 method for class 'psa'
summary(object, calc_sds = FALSE, ...)
Arguments
object |
the psa object |
calc_sds |
whether or not to calculate the standard deviations. Defaults to FALSE |
... |
further arguments to summary (not used) |
Value
a data.frame
containing the mean cost and effectiveness for each strategy and, if requested,
the standard deviations of the cost and effectiveness for each strategy.
[Package dampack version 1.0.2.1000 Index]