model_comp_table | R Documentation |
extract_loos
and extract_waics
functionsCreates a table of loo/waic scores based on loo lists from extract_loos
and extract_waics
functions
model_comp_table(
loo_list = NULL,
waic_list = NULL,
model_str = NULL,
relevant_pars = "looic"
)
loo_list |
a list of model loo values created with |
waic_list |
a list of model WAIC values created with |
model_str |
Specifies model string |
relevant_pars |
character string (seems superfluous, since the function should automatically detect which parameters to extract based on the first 2 arguments) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.