Skip to content
David Lawrence Miller edited this page Feb 4, 2020 · 25 revisions

Welcome to the dsm wiki!

dsm is a package to model the spatial distribution of animals using data collected from a distance sampling (amongst others) survey. DSM stands for density surface model, though we often use such models to calculate abundance the name has stuck.

dsm is an R package and is designed to be used with mrds or Distance.

Getting started

Known issues/problems

Getting the latest version of dsm

CRAN only allows packages to be updated infrequently (due to them having to be checked by hand). I often make fixes more frequently (and then often forget to update the CRAN package).

To ensure you have the latest version of dsm, install devtools:

install.packages("devtools")

then install dsm from github:

library(devtools)
install_github("dsm","DistanceDevelopment")

Then you have a shiny new version of dsm on your computer.