Description Usage Arguments Value See Also
Apply bm
to each column of a matrix or data frame of MCMC samples.
1 | bmmat(x)
|
x |
a matrix or data frame with each row being a draw from the multivariate distribution of interest. |
bmmat
returns a matrix with ncol(x)
rows and two columns. The row names of the matrix are the same as the column names of x
. The column names of the matrix are “est
” and “se
”. The jth row of the matrix contains the result of applying bm
to the jth column of x
.
bm
, which performs consistent batch means estimation for a vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.