Produce a summary of the results of a welfare decision analysis obtained by the function
welfareDecisionAnalysis
.
# S3 method for welfareDecisionAnalysis
summary(object, ..., digits = max(3,
getOption("digits") - 3), probs = c(0.05, 0.5, 0.95))
An object of class welfareDecisionAnalysis
.
Further arguments passed to format
.
how many significant digits are to be used for
numeric and complex x
. The default, NULL
, uses
getOption("digits")
. This is a suggestion: enough decimal
places will be used so that the smallest (in magnitude) number has
this many significant digits, and also to satisfy nsmall
.
(For the interpretation for complex numbers see signif
.)
numeric vector
: quantiles that shall be displayed; if =NULL
no
quantiles will be displayed.
An object of class summary.welfareDecisionAnalysis
.
welfareDecisionAnalysis
,
print.summary.welfareDecisionAnalysis
, format