Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 935 Bytes

File metadata and controls

23 lines (16 loc) · 935 Bytes

mads - Multi-Analysis Distance Sampling

CRAN (RStudio Mirror) Downloads CRAN Version

What is mads?

mads provides a users with the option of incorporating unidentified sightings, covariate uncertainty and model uncertainty into distance sampling analyses.

As of November 2023, the mads package is no longer under active development. Please contact the Distance development team distance@st-andrews.ac.uk if you are using the package and run into any issues.

Getting mads

You can download and install mads using the remotes package:

  install.packages("remotes")

then install mads from github:

  remotes::install_github("DistanceDevelopment/mads")