brms (version 1.10.2)

brmsfit-class: Class brmsfit of models fitted with the brms package

Description

Models fitted with the brms package are represented as a brmsfit object, which contains the posterior samples, model formula, Stan code, relevant data, and other information.

Arguments

Slots

formula

A brmsformula object

family

A brmsfamily object

data

A data.frame containing all variables used in the model

data.name

The name of data as specified by the user

model

The model code in Stan language

prior

A brmsprior object containing information on the priors used in the model

autocor

An cor_brms object containing the autocorrelation structure if specified

ranef

A data.frame containing the group-level structure

cov_ranef

A list of customized group-level covariance matrices

loo

An empty slot for adding the loo information criterion after model fitting

waic

An empty slot for adding the waic information criterion after model fitting

R2

An empty slot for adding the bayes_R2 (Bayesian R-squared) value after model fitting

bridge

An empty slot for adding a bridge object (see bridge_sampler) after model fitting

fit

An object of class stanfit among others containing the posterior samples

exclude

The names of the parameters for which samples are not saved

algorithm

The name of the algorithm used to fit the model

version

The versions of brms and rstan with which the model was fitted

Details

See methods(class = "brmsfit") for an overview of available methods.

See Also

brms, brm, brmsformula, brmsfamily