ecospat.ESM.VarContrib: Variable contribution in ESM

View source: R/ecospat.ESM.R

ecospat.ESM.VarContribR Documentation

Variable contribution in ESM

Description

calculates the variable contribution of each variable and method in an ESM model

Usage

    ecospat.ESM.VarContrib(ESM.modeling.output,
                           ESM_EF.output)

Arguments

ESM.modeling.output

BIOMOD.formated.data object returned by ecospat.ESM.Modeling

ESM_EF.output

BIOMOD.formated.data object returned by ecospat.ESM.EnsembleModeling

Details

Calculates the ratio between sum of weights of bivariate models where a focal variable was used and sum of weights of bivariate models where the focal variable was not used. The ratio is corrected for the number of models with or without the focal variable. This ratio gives an indication on the proportional contribution of the variable in the final ensemble model. A value of higher than 1 indicate that the focal variable has a higher contribution than average. In the case of multiple methods (e.g., GLM, GAM...), the contributions are counted per method. For ensemble model, the contributions are then weighted means (based on the weighting score as chosen in ecospat.ESM.EnsembleModeling()) of single methods

Value

Returns a dataframe with contribution values (i.e. proportional contribution) by variable and model

Author(s)

Olivier Broennimann <Olivier.Broennimann@unil.ch> with contributions of Heidi Mod Heidi.mod1@gmail.com and Daniel Scherrer daniel.j.a.scherrer@gmail.com

See Also

ecospat.ESM.Modeling


ecospat documentation built on Oct. 18, 2023, 1:19 a.m.