powered by
Combines random vectors by columns (cbind.rv) or rows (rbind.rv).
cbind.rv
rbind.rv
# S3 method for rv cbind(..., deparse.level = 1)
vectors or matrices, can be rv objects
(passed on to cbind)
See cbind and rbind for details.
Kerman, J. and Gelman, A. (2007). Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.
See also vignette("rv").
vignette("rv")
# NOT RUN { x <- rvnorm(10) y <- rvnorm(10) cbind(x, y) rbind(x, y) # }
Run the code above in your browser using DataLab