View source: R/SWD_analysis_helpers.R
aicc | R Documentation |
aicc calculates the Akaike information criterion corrected for small sample sizes (AICc) for predictions produced with Maxent.
aicc(occ, prediction, npar)
occ |
matrix or data.frame with coordinates of the occurrences used to create the model (raster) to be evaluated; columns must be: longitude and latitude. |
prediction |
matrix or data.frame of longitude and latitude coordinates,
and Maxent Raw predictions obtained using the SWD format in Maxent.
Coordinates in this prediction must include the ones in |
npar |
(numeric) number of parameters of the model. Use function
|
Calculations are done following Warren and Seifert (2011).
A data.frame containing values of AICc, delta AICc, weight of AICc, and number of parameters. The number of rows of the data.frame corresponds to the number of models evaluated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.