model_comp_table: Creates a table of loo/waic scores based on loo lists from...

model_comp_tableR Documentation

Creates a table of loo/waic scores based on loo lists from extract_loos and extract_waics functions

Description

Creates a table of loo/waic scores based on loo lists from extract_loos and extract_waics functions

Usage

model_comp_table(
  loo_list = NULL,
  waic_list = NULL,
  model_str = NULL,
  relevant_pars = "looic"
)

Arguments

loo_list

a list of model loo values created with extract_loos function

waic_list

a list of model WAIC values created with extract_waics function

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)


SpTB/wztools documentation built on July 2, 2023, 11:50 a.m.