Converts an mcmodule into one or more mc objects (from the mc2d package). Returns either one mc object per variate or a single mc object with all variates combined into the variability dimension.
Arguments
- mcmodule
(mcmodule object). Module to convert.
- mc_names
(character vector, optional). Node names to include. If NULL, includes all nodes. Default: NULL.
- match
(logical, unused). Reserved for future functionality. Default: FALSE.
- variates_as_nsv
(logical). If TRUE, combine all variates into a single mc object by multiplying variates by uncertainty simulations in the variability dimension. If FALSE, return one mc object per variate. Default: FALSE.
