| extract_rhat_vector | R Documentation |
Extract R-hat values for a vector parameter from a Stan summary
extract_rhat_vector(stan.sum, param_name, n)
stan.sum |
Stan summary matrix. |
param_name |
Parameter name prefix (e.g. |
n |
Expected length of the output vector. |
A numeric vector of R-hat values (NA where not found).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.