Index variables, iterations, chains, and draws.
Usage
# S3 method for class 'brmsfit'
variables(x, ...)
# S3 method for class 'brmsfit'
nvariables(x, ...)
# S3 method for class 'brmsfit'
niterations(x)
# S3 method for class 'brmsfit'
nchains(x)
# S3 method for class 'brmsfit'
ndraws(x)
Arguments
- x
A brmsfit object or another R object for which
the methods are defined.
- ...
Arguments passed to individual methods (if applicable).