Classic ecological models in Stan: discrete-time logistic growth
In this post, I explore the discrete-time logistic growth model in R (including various animations), and discuss the challenges of fitting the model to data ...
In this post, I explore the discrete-time logistic growth model in R (including various animations), and discuss the challenges of fitting the model to data ...
In April and May this year I was on placement with the Scottish Invasive Species Initiative (SISI). I’ve written a post about what I got up to for the SISI b...
In this post, I cover how to fit a version of the two-species Levins metapopulation model in Stan, as well as how to use R to simulate data to fit the model ...
In this post, I explain how to use Windows batch files to perform several useful operations on camera trap images - for example adding a prefix to, removing ...
In this post, I cover how to fit two simple models of population growth using Stan: exponential growth, and logistic growth. I also cover how to use R to sim...
In this post I walk through an occupancy model which uses a Gaussian process to model spatial autocorrelation. The model is coded in Stan. I start off with a...