summary.eviSimulation {decisionSupport} | R Documentation |
Summarize EVI Simulation Results
Description
Produces result summaries of an Expected Value of Information (EVI) simulation obtained by
the function eviSimulation
.
Usage
## S3 method for class 'eviSimulation'
summary(object, ..., digits = max(3, getOption("digits") - 3))
Arguments
object |
An object of class |
... |
Further arguments passed to |
digits |
how many significant digits are to be used for numeric and complex x.
The default, NULL, uses |
Value
An object of class summary.eviSimulation
.
See Also
eviSimulation
, print.summary.eviSimulation
,
summary.welfareDecisionAnalysis
,
sort.summary.eviSimulation
[Package decisionSupport version 1.114 Index]