rbchan / unmarked

R package for hierarchical models in ecological research
https://rbchan.github.io/unmarked/
37 stars 25 forks source link

Add nmixTTD fitting function #197

Closed kenkellner closed 3 years ago

kenkellner commented 3 years ago

Adds a function (nmixTTD) for estimating abundance from time-to-detection data. Supports single or multiple visits to each site, NB or Poisson abundance distributions, and exponential or Weibull TTD distributions. Based on and used by the following in-press paper:

Strebel, N., Fiss, C., Kellner, K. F., , Larkin, J. L., Kery, M., & Cohen, J (2021). Estimating abundance based on time-to-detection data. Methods in Ecology and Evolution.

kenkellner commented 3 years ago

The MacOS failed check is due to some kind of Fortran issue during compilation. The master branch has the same issue, which appeared despite us not changing any code. I'm guessing it's something wrong with the build environment and not the package, but I'm looking into it.

Looks like it's related to this: https://github.com/r-lib/actions/pull/232