| extract_rhat_matrix | R Documentation |
Extract R-hat values for a matrix parameter from a Stan summary
extract_rhat_matrix(stan.sum, param_name, nrow, ncol)
stan.sum |
Stan summary matrix (rownames encode parameter indices). |
param_name |
Parameter name prefix (e.g. |
nrow, ncol |
Dimensions of the output matrix. |
A numeric matrix of R-hat values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.