You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This specific situation should be fixed in 7fc9ca5. I'll leave the issue open because I haven't addressed the situation where an entire year of observations are NA, which gets complicated for this model.
Missing values in y for multmixOpen() models causes ranef() to fail. A reproducible example follows.
The issue appears to be in the call to dmultinom() where NA's are trapped for capture probability but not for y.
The text was updated successfully, but these errors were encountered: