Description Usage Arguments Examples
This function calculates the Gelman-Rubin convergence diagnostic (Rhat) on some samples. It assumes each chain is in a separate csv file, and each file contains the samples for all parameters. For each chain, this function splits each column into two, which means "m" comes out to be twice the number of csv files. Finally, this function assumes each csv has a one-line header.
1 |
chain_files |
vector of string paths for each file of samples |
burn |
the number of rows you want to discard as burn in. Defaults to 0. |
... |
arguments to be passed in to lapply |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.