brms (version 2.14.0)

nsamples.brmsfit: Number of Posterior Samples

Description

Extract the number of posterior samples stored in a fitted Bayesian model.

Usage

# S3 method for brmsfit
nsamples(object, subset = NULL, incl_warmup = FALSE, ...)

Arguments

object

An object of class brmsfit.

subset

An optional integer vector defining a subset of samples to be considered.

incl_warmup

A flag indicating whether to also count warmup / burn-in samples.

...

Currently ignored.