powered by
Compare adequacy of different models by calculating their Akaike weights and the associated evidence ratio.
akaike_weights(aic_values = NULL, print_output_explanation = TRUE)
the output will be a data.table showing AIC weights, their evidence ratio(s), etc.
a vector of AIC values
logical. Should an explanation about how to read the output be printed? (default = TRUE).
Please refer to Wagenmakers & Farrell (2004), tools:::Rd_expr_doi("10.3758/BF03206482")
# default reference AIC value is the minimum AIC value, e.g., 202 below. akaike_weights(c(204, 202, 206, 206, 214))
Run the code above in your browser using DataLab