Check if any parameters in an mcmc chain have an ESS value < cutoff Constant (unsampled) parameters are ignored.
1 |
data |
The object containing the MCMC sample - usually of class "mcmc" or "mcmc.list" |
cutoff |
The cutoff ESS value (default = 200) |
value |
If value == TRUE the parameters with ESS < cutoff and their ESS values are returned If value == FALSE only the column indices of those parameters are returned |
ignored |
Parameters in the chain that should be ignored |
plot |
If plot == TRUE draw a barplot of the ESS values and mark parameters with ESS < cutoff |
... |
Extra parameters to be passed to the plotESS() function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.