Learn R Programming

brms (version 0.8.0)

update.brmsfit: Update brms models

Description

This method allows to update an existing brmsfit object with new data as well as changed configuration of the chains.

Usage

## S3 method for class 'brmsfit':
update(object, newdata = NULL, ...)

Arguments

object
object of class brmsfit
newdata
optional data.frame to update the model with new data
...
other arguments passed to brm such as iter or chains.