summary.welfareDecisionAnalysis {decisionSupport} | R Documentation |
Summarize Welfare Decision Analysis results.
Description
Produce a summary of the results of a welfare decision analysis obtained by the function
welfareDecisionAnalysis
.
Usage
## S3 method for class 'welfareDecisionAnalysis'
summary(
object,
...,
digits = max(3, getOption("digits") - 3),
probs = c(0.05, 0.5, 0.95)
)
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 |
probs |
|
Value
An object of class summary.welfareDecisionAnalysis
.
See Also
welfareDecisionAnalysis
,
print.summary.welfareDecisionAnalysis
, format
[Package decisionSupport version 1.114 Index]