total {mc2d} | R Documentation |
An Example of all Kind of mcnode
Description
An example for each kind of ‘mcnode’s. They are used in some ‘mc2d’ examples. They have been built using the following code:
ndvar(101)
ndunc(51)
x0 <- mcstoc(type="0")
xV <- mcstoc(type="V")
xU <- mcstoc(type="U")
xVU <- mcstoc(type="VU")
x0M <- mcstoc(type="0",nvariates=2)
xVM <- mcstoc(type="V",nvariates=2)
xUM <- mcstoc(type="U",nvariates=2)
xVUM <- mcstoc(type="VU",nvariates=2)
xVUM[c(1,12,35)] <- NA
xVUM2 <- mcstoc(type="VU",nvariates=2,outm="none")
xVUM3 <- mcstoc(type="VU",nvariates=2,outm=c("mean","min"))
total <- mc(x0,xV,xU,xVU,x0M,xVM,xUM,xVUM,xVUM2,xVUM3)
Usage
data(total)
Format
Some ‘mcnode’ objects and one ‘mc’ object.
Source
None
References
None
[Package mc2d version 0.2.1 Index]