Learn R Programming

multilevelcoda (version 1.3.1)

diagnostic-quantities-brmcoda: Extract Diagnostic Quantities from brmsfit Models in brmcoda

Description

Extract Diagnostic Quantities from brmsfit Models in brmcoda

Usage

# S3 method for brmcoda
log_posterior(object, ...)

# S3 method for brmcoda nuts_params(object, ...)

# S3 method for brmcoda rhat(x, ...)

# S3 method for brmcoda neff_ratio(object, ...)

Value

The exact form of the output depends on the method.

Arguments

...

Arguments passed to individual methods (if applicable).

x, object

A brmcoda object or another R object for which the methods are defined.

See Also

log_posterior.brmsfit

nuts_params.brmsfit

rhat.brmsfit

neff_ratio.brmsfit