calculateRVA: Calculates variable contributions as RVA

View source: R/calculateRVA.R

calculateRVAR Documentation

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

## Not run: 
# From vignette:
calculateRVA(grasslandEVselect, formula("~ prbygall + geoberg + lcucor1 +
tertpi09 + geolmja1"))

## End(Not run)


julienvollering/MIAmaxent documentation built on July 6, 2023, 11:22 p.m.