Learn R Programming

brms (version 0.3.0)

brm.plot: Trace and density plots for MCMC samples (deprecated)

Description

Trace and density plots for MCMC samples (deprecated)

Usage

brm.plot(fit, family = "^[^(r_)]")

Arguments

fit
An object of class stanfit or an object that can be coerced to an mcmc.list via as.mcmc of package coda.
family
Name of the family of parameters to plot, as given by a character vector or a regular expression. A family of parameters is considered to be any group of parameters with the same name but different numerical value between square brackets (as beta[1], b

Details

This function is deprecated and will soon be defunct. For models created with brms 0.2.0 or higher, we recommend using the S3 plot method for class brmsfit (see also plot.brmsfit).