dimmcnode | R Documentation |
Provides the dimension (i.e. the number of simulations in the variability dimension, the number of simulations in the uncertainty dimension and the maximum number of variates of a ‘mcnode’ or a ‘mc’ object.
dimmcnode(x)
dimmc(x)
x |
a ‘mcnode’ or a ‘mc’ object. |
A vector of three scalars: the dimension of variability (1 for ‘"0"’ and ‘"U" mcnode’), the dimension of uncertainty (1 for ‘"0"’ and ‘"V" mcnode’) and the number of variates (the maximal number of variates for an ‘mc’ object.
This function does not test if the object is correctly built. See
is.mcnode
and is.mc
.
data(total)
dimmcnode(xVUM2)
dimmc(total)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.