standata.brmsfit | R Documentation |
brmsfit
objectsExtract all data that was used by Stan to fit a brms model.
## S3 method for class 'brmsfit'
standata(
object,
newdata = NULL,
re_formula = NULL,
newdata2 = NULL,
new_objects = NULL,
incl_autocor = TRUE,
...
)
object |
An object of class |
newdata |
An optional data.frame for which to evaluate predictions. If
|
re_formula |
formula containing group-level effects to be considered in
the prediction. If |
newdata2 |
A named |
new_objects |
Deprecated alias of |
incl_autocor |
A flag indicating if correlation structures originally
specified via |
... |
More arguments passed to
|
A named list containing the data passed to Stan.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.