evaluate_model: Function to estimate the WAIC for a model

View source: R/evaluate_model.R

evaluate_modelR Documentation

Function to estimate the WAIC for a model

Description

WAIC is used to estimate the parsimony of each model.

Usage

evaluate_model(model_fit, data_list)

Arguments

model_fit

list. output from fit_model() 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.