Description Usage Arguments References Examples
View source: R/akaike_weight.R
Compute akaike weights
1 | akaike_weight(x, measure = c("aic", "loglikelihood"))
|
x |
A numeric vector or matrix with AIC or log likelihood values |
measure |
A string (default |
Wagenmakers, E., & Farrell, S. (2004). AIC model selection using Akaike weights. Psychonomic Bulletin & Review, 11(1), 192–196. https://doi.org/10.3758/BF03206482
1 2 | aic_values <- c(204, 202, 206, 206, 214) # some AIC values
akaike_weight(aic_values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.