ecospat (version 2.0)

ecospat.varpart: Variation Partitioning For GLM Or GAM

Description

Perform variance partitioning for binomial GLM or GAM based on the deviance of two groups or predicting variables.

Usage

ecospat.varpart (model.1, model.2, model.12)

Arguments

model.1
GLM / GAM calibrated on the first group of variables.
model.2
GLM / GAM calibrated on the second group of variables.
model.12
GLM / GAM calibrated on all variables from the two groups.

Value

Details

The deviance is calculated with the adjusted geometric mean squared improvement rescaled for a maximum of 1.

References

Randin, C.F., H. Jaccard, P. Vittoz, N.G. Yoccoz and A. Guisan. 2009. Land use improves spatial predictions of mountain plant abundance but not presence-absence. Journal of Vegetation Science, 20, 996-1008.

Examples

Run this code
## Not run: 
# ecospat.cv.example()
# ecospat.varpart (model.1= get ("glm.Achillea_atrata", envir=ecospat.env), 
# model.2= get ("glm.Achillea_millefolium", envir=ecospat.env), 
# model.12= get ("glm.Achillea_millefolium", envir=ecospat.env))
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace