Returns the simulation matrix for the random variable object x
.
sims(x, ...)
# S3 method for rvsummary
sims(x, dimensions = FALSE, ...)
# S3 method for rv
sims(x, dimensions = FALSE, n.sims = getnsims(), ...)
a random variable object
arguments passed on
logical, try to preserve the dimensions of x
(optional) number of simulations
sims
returns the matrix of simulations for a given random variable
object x
.
The first index of the matrix indicates the number of the simulation draw ("simulations are in rows").
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")
.