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 useful information.
Details
Currently, the following S3 methods are available for class brmsfit:
as.data.frame,
as.matrix,
as.mcmc,
coef,
expose_functions,
family,
fitted,
fixef,
formula,
hypothesis,
launch_shiny,
logLik,
LOO,
marginal_effects,
model.frame,
ngrps,
nobs,
pairs,
parnames,
plot,
posterior_samples,
predict,
print,
prior_samples,
ranef,
residuals,
stancode,
standata,
stanplot,
summary,
update,
VarCorr,
vcov,
WAIC.
See also methods(class = "brmsfit").