Description Usage Arguments Examples
Plots 4 MCMC diagnostics for a parameter
1 |
logfile |
Either an object of class "bt_post", or the name of the logfile of the analysis of interest. |
parameters |
A vector of names of parameters to show diagnostic plots for. If NULL (default) then all parameters are used (depending on the analysis some of these may be nonsensical). |
... |
Additional arguments passed to loadPosterior |
1 2 3 | paramDiagnostic("cool-data.log", "Lh")
params <- getParams("cool-data.log")
paramDiagnostic("cool-data.log", params, type = "trace", cols = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.