Extract data passed to Stan
Extract all data that was used by Stan to fit the model.
## S3 method for class 'brmsfit' standata( object, newdata = NULL, re_formula = NULL, newdata2 = NULL, new_objects = NULL, incl_autocor = TRUE, ... ) standata(object, ...)
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 originally passed to Stan.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.