Extract the number of posterior samples stored in a fitted Bayesian model.
# S3 method for brmsfit
nsamples(object, subset = NULL, incl_warmup = FALSE, ...)An object of class brmsfit.
An optional integer vector defining a subset of samples to be considered.
A flag indicating whether to also count warmup / burn-in samples.
Currently ignored.