draws-index-brms {brms}R Documentation

Index brmsfit objects

Description

Index brmsfit objects

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).


[Package brms version 2.21.0 Index]