stanreg_list {rstanarm} | R Documentation |
Create lists of fitted model objects, combine them, or append new models to existing lists of models.
Description
Create lists of fitted model objects, combine them, or append new models to existing lists of models.
Usage
stanreg_list(..., model_names = NULL)
stanmvreg_list(..., model_names = NULL)
stanjm_list(..., model_names = NULL)
## S3 method for class 'stanreg_list'
print(x, ...)
Arguments
... |
Objects to combine into a |
model_names |
Optionally, a character vector of model names. If not
specified then the names are inferred from the name of the objects passed
in via |
x |
The object to print. |
Value
A list of class "stanreg_list"
, "stanmvreg_list"
, or
"stanjm_list"
, containing the fitted model objects and some metadata
stored as attributes.
See Also
loo_model_weights
for usage of stanreg_list
.