diagnostic-quantities-brmcoda {multilevelcoda} | R Documentation |
Extract Diagnostic Quantities from brmsfit
Models in brmcoda
Description
Extract Diagnostic Quantities from brmsfit
Models in brmcoda
Usage
## S3 method for class 'brmcoda'
log_posterior(object, ...)
## S3 method for class 'brmcoda'
nuts_params(object, ...)
## S3 method for class 'brmcoda'
rhat(x, ...)
## S3 method for class 'brmcoda'
neff_ratio(object, ...)
Arguments
... |
Arguments passed to individual methods (if applicable). |
x , object |
A |
Value
The exact form of the output depends on the method.
See Also
[Package multilevelcoda version 1.3.0.2 Index]