The red
R-package fits a regression based population dynamics model to elephant survey data and generates outputs suitable for the IUCN Redlist clasification scheme. These outputs have been published for the savannah and forest species.
This package has been built using R >= 4.1.0
. First install rstan
and then the redData
package. To install the red
package we recommend using the remotes
package and executing the following command from within an active R session:
remotes::install_github('cttedwards/red', dependencies = TRUE)
Scripts used to run the model are available as package vignettes, which can be viewed using:
browseVignettes(package = "red")