Learn R Programming

MIAmaxent (version 1.3.1)

calculateRVA: Calculates variable contributions as RVA

Description

Calculates the Relative Variation Accounted for (Halvorsen et al. 2015), for the selected model or a chosen model from the results of selectEV.

Usage

calculateRVA(selectedEV, formula = NULL)

Arguments

selectedEV

The list returned by selectEV.

formula

If null, RVA is calculated for the selected model in selectedEV. Otherwise, a model formula (in the form ~ x + ...) specifying a model in the trail of forward selection (selectEV$selection) for which to calculate RVA. Response variable is irrelevant.

References

Halvorsen, R., Mazzoni, S., Bryn, A., & Bakkestuen, V. (2015). Opportunities for improved distribution modelling practice via a strict maximum likelihood interpretation of MaxEnt. Ecography, 38(2), 172-183.

Examples

Run this code
if (FALSE) {
# From vignette:
calculateRVA(grasslandEVselect, formula("~ prbygall + geoberg + lcucor1 +
tertpi09 + geolmja1"))
}

Run the code above in your browser using DataLab