stanreg_list | R Documentation |
Create lists of fitted model objects, combine them, or append new models to existing lists of models.
stanreg_list(..., model_names = NULL)
stanmvreg_list(..., model_names = NULL)
stanjm_list(..., model_names = NULL)
## S3 method for class 'stanreg_list'
print(x, ...)
... |
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. |
A list of class "stanreg_list"
, "stanmvreg_list"
, or
"stanjm_list"
, containing the fitted model objects and some metadata
stored as attributes.
loo_model_weights
for usage of stanreg_list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.