Description Usage Arguments Value Examples
This function calculates the rhat of each parameter given the list of chains that walkr produces. Since this is just an internal function, I'll document it more later.
1 | calc_rhat(x)
|
x |
is the list of chains |
a vector of rhats
1 2 3 4 5 | ## Not run:
## x is a list of sampled chains
calc_rhat(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.