filter_aic_best: Filter best ML results and compute AIC-based selection scores

View source: R/filter_aic_best.R

filter_aic_bestR Documentation

Filter best ML results and compute AIC-based selection scores

Description

Returns a table with best maximum likelihood results for each of the 10 DD models, and computes the delta AIC, AIC weights, and the latter's cumulative sum.

Usage

filter_aic_best(mle_tbl)

Arguments

mle_tbl

a data frame containing maximum likelihood estimates for each of the DD models (at least one row for each model), with at least cols 'dd_model', and 'aic'. E.g. the output of [read_mle_tbl].


TheoPannetier/hamr documentation built on Nov. 19, 2022, 3:48 a.m.