Calculate AICc for a permutational multivariate analysis of variance (PERMANOVA)
Source:R/AICc_permanova2.R
AICc_permanova2.Rd
#' This function calculates the Akaike's Information Criterion (AICc) for a permutational multivariate analysis of variance (PERMANOVA) model. The AICc is a modified version of the Akaike Information Criterion (AIC) that is more appropriate for small sample sizes and high-dimensional models.
Details
The AICc calculation for a PERMANOVA model is:
$$AICc = AIC + \frac{2k(k+1)}{n-k-1}$$
where AIC is the Akaike Information Criterion, k is the number of parameters in the model (excluding the intercept), and n is the number of observations.
References
Zuur, A. F., Ieno, E. N., Walker, N. J., Saveliev, A. A., & Smith, G. M. (2009). Mixed effects models and extensions in ecology with R. Springer Science & Business Media.