predictive-ecological-models

Introductory course on predictive ecological modelling

View the Project on GitHub cbrown5/predictive-ecological-models

Predictive ecological models

Dr. Chris Brown

Welcome to our “Predictive ecological models with R” course site. All the course materials are freely available, including a Spanish translation. Below are instructions for getting setup or jump straight to the notes and data.

Course notes

Course notes in Spanish

Data for course

Setup

So that the course runs efficiently, and to save plenty of time for trying fun things in R, we’d ask that you come to the course prepared. This is an intermediate level course, so we’ll assume you know how to install R and R packages. As a general guide to what we expect in terms of prior knowledge, we’ll assume you can run R, load data and write basic calculations that you save in a script.

Please have R (install from here) and Rstudio (we use the free desktop version) installed on your computer before starting. You’ll want to save plenty of time for doing this, it can be tricky on some computers, especially if you do not have ‘admin’ permission on a work computer. You may need to call IT to get help. We obviously only offer limited help with such installation issues. We are using R version >4.0.2 currently for writing this course, so there may be some minor differences if you have a different version. We definitely recommend making sure you have version 4 or greater.

You’ll also need to install a few R packages. You can install them with this R code in R’s console: install.packages(c("tmap", "tidyverse", "corrplot", "sf", "patchwork", "visreg")) If that doesn’t work email us with the error and we’ll try to help. Otherwise, see your IT department for help.

We’ll also show some genAI tools for coding, set-up information is here