jsocolar / flocker

flexible occupancy estimation in R
Other
26 stars 2 forks source link

Implement phylogenetic models #39

Closed SimonCMills closed 3 years ago

SimonCMills commented 3 years ago
  1. Reduce number of points in example_flocker_data from 100 to 30 (100 is arbitrary, and 30 enables example models to be run quicker while still being enough points to make sensible inference).
  2. Fix flock() so that it receives data2 arguments.
  3. Added phylogenetic model example to tutorial
  4. edited testthat to pass following changes to example_flocker_data()
jsocolar commented 3 years ago

@SimonCMills just checking: I thought that flock could already accept data2 and pass it to brms via .... Was I wrong about this?

SimonCMills commented 3 years ago

Yeah, like you I would have assumed it already passed it. Turns out it didn't though, hence the fix!