8000 GitHub - levisc8/ipmr_esa: Materials for the ipmr workshop at ESA 2021
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

levisc8/ipmr_esa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Materials for ESA '21 ipmr Workshop

This repository hosts the tutorials for the ipmr workshop from ESA 2021. Tutorials are stored in ipmr_examples/ subfolder. To run with RStudio:

  1. clone this repository into a folder on your computer.

    • The easiest way is to click the green "Code" button in the upper right corner of this page and download a Zip file. Unzip the folder after downloading.
  2. Open ipmr_esa.Rproj.

  3. Open ipmr_examples/ipmr_tutorial.rmd.

  4. Click the Run Document button above the script pane.

To run from the R GUI, follow step 1 from above, then:

  1. Set your working directory to the path where the unzipped repository is.

  2. Run rmarkdown::run("ipmr_examples/ipmr_tutorial.rmd").

Prerequisites

In order to get the most out of this tutorial, you will need to be familiar with the regression modeling and when to use different link functions (e.g. Logit, Log). We also assume you are familiar with matrix population models, what a state vector is, and basic analyses like per-capita growth rates and stable state distributions. There are a variety of good publications to familiarize yourself with IPM theory and practice. Merow et al. 2014 is a good start. Though not required for this tutorial, more advanced treatments can be found in Ellner & Rees 2006, Rees & Ellner 2009, and Ellner, Childs, & Rees 2016.

You will also need to install the following R packages:

install.packages(c("DiagrammeR","learnr", "rlang", "MASS"))

This tutorial makes use of the latest version of ipmr. You'll also need either update or install it:

install.packages("ipmr")

About

Materials for the ipmr workshop at ESA 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0