evaluate_all_models: Function to estimate the WAIC for all three models model

View source: R/evaluate_all_models.R

evaluate_all_modelsR Documentation

Function to estimate the WAIC for all three models model

Description

WAIC is used to estimate the parsimony of each model.

Usage

evaluate_all_models(fit_list, data_list)

Arguments

fit_list

list. output from fit_all_models function.

data_list

list. output from make_data_list function.

Value

data.frame of estimates for WAIC, elppd, and pdWAIC


philpatton/cowbird documentation built on March 2, 2023, 3:05 a.m.