mc2d (version 0.1-17)

summary.mc: Summary of mcnode and mc Object

Description

Provides a summary of a mcnode, a mc or a mccut object.

Usage

"summary"(object, probs=c(0, 0.025, 0.25, 0.5, 0.75, 0.975, 1), lim=c(0.025, 0.975), ...) "summary"(object, probs=c(0, 0.025, 0.25, 0.5, 0.75, 0.975, 1), lim=c(0.025, 0.975), digits=3, ...) "print.summary"(x, digits=3, ...) "summary"(object, lim=c(0.025, 0.975), ...)

Arguments

object
a mcnode or a mc object or a mccut object.
x
A summary.mc object as provided by the summary.mc function.
probs
A vector of values used for the quantile function (variability dimension).
digits
Number of digits in the print.
lim
A vector of values used for the quantile function (uncertainty dimension).
...
For generic functions consistancy.

Value

a list.

Details

The mean, the standard deviation and the probs quantiles will be evaluated in the variability dimension. The median, the mean and the lim quantiles will then be evaluated on these statistics in the uncertainty dimension.

Multivariate nodes:

If the "outm" attributes of the mcnode is "none", the node is not evaluated, if it is "each" the variates are evaluated one by one, if it is a function (e.g. "mean"), the function is applied on the nvariates dimension before providing a classical output.

See Also

mcnode for mcnode objects, mc for mc objects, mccut for mccut objects, quantile

Examples

Run this code
data(total)
summary(xVUM3)
summary(total)



Run the code above in your browser using DataCamp Workspace