Skip to contents

Given a list of fitted Bayesian models (one per model family), computes LOO for each and Bayesian stacking weights.

Usage

compare_models_loo(fits)

Arguments

fits

Named list of fit_bayes_single() outputs.

Value

Named list with best_model_name, criterion, loo_results, comparison, weights.