rbchan / unmarked

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

Refactor predict code #230

Closed kenkellner closed 2 years ago

kenkellner commented 2 years ago

Most fit types now share a common predict method that includes most of the key processing code. Fit types now have individual small interfacing methods such as predict_inputs_from_umf, get_formula, and get_orig_data to work around differences in fit object structure.