diagnostic-quantities | R Documentation |
Extract quantities that can be used to diagnose sampling behavior of the algorithms applied by Stan at the back-end of MVBeliefUpdatr. These diagnostic functions are all copied and modified from brms.
## S3 method for class 'ideal_adaptor_stanfit'
log_posterior(x, ...)
## S3 method for class 'ideal_adaptor_stanfit'
nuts_params(x, pars = NULL, ...)
## S3 method for class 'ideal_adaptor_stanfit'
rhat(x, pars = NULL, ...)
## S3 method for class 'ideal_adaptor_stanfit'
neff_ratio(x, pars = NULL, ...)
x |
An |
... |
Arguments passed to individual methods. |
pars |
An optional character vector of parameter names.
For |
For more details see
bayesplot-extractors
.
The exact form of the output depends on the method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.