Statistical Modelling II
Content for Monday, November 6, 2023
Last class we spent some time extending the idea of Favorability to build a foundation for treating overlay analysis as a logistic regression. Although logistic regression has a number of properties that make it desirable for inference, a number of recently developed statistical learning approaches have greatly improved our ability to take advantage a wide variety of available data and generate spatially explicit predictions. These methods may make interpretation and inference more challenging, but can improve the predictive ability of your models. We’ll explore some of those today.
Resources
An Introduction to Statistical Learning by (James et al. 2021) is a comprehensive introduction to a number of statistical learning techniques with examples in
R
. Although these examples are not necessarily spatial, the chapters provide a lot of the background necessary for understanding what the models are doing.A statistical explanation of MaxEnt for ecologists by (Elith et al. 2011) provides a relatively accessible description of the details of MaxEnt species distribution modeling.
Random forests for Classification in Ecology by (Cutler et al. 2007) provides an introduction to the utility of Random Forests for ecologists.
Objectives
By the end of today you should be able to:
Articulate the differences between statistical learning classifiers and logistic regression
Describe several classification trees and their relationship to Random Forests
Describe MaxEnt models for presence-only data