| standata.brmsfit {brms} | R Documentation |
Extract all data that was used by Stan to fit the model
## S3 method for class 'brmsfit' standata(object, newdata = NULL, re_formula = NULL, incl_autocor = TRUE, new_objects = list(), internal = FALSE, control = list(), ...) 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 |
incl_autocor |
A flag indicating if ARMA autocorrelation parameters
should be included in the predictions. Defaults to |
new_objects |
A named |
internal |
Logical, indicates if the data should be prepared for internal use in other post-processing methods. |
control |
A named list currently for internal usage only. |
... |
More arguments passed to |
A named list containing the data originally passed to Stan.