Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue fitting poisson glmm using glmmTMB #807

Closed
billmarinestats98 opened this issue Apr 18, 2022 · 2 comments
Closed

Issue fitting poisson glmm using glmmTMB #807

billmarinestats98 opened this issue Apr 18, 2022 · 2 comments

Comments

@billmarinestats98
Copy link

billmarinestats98 commented Apr 18, 2022

Used following code to fit a poisson GLMM:

> MP1 <- glmmTMB(Abundance ~ Year + Location + Depth + All_predator + (1 | Site/Site.Transect), data = plandat, family = "poisson")

Received the following error which, after much struggle and online searching, I can't seem to fix:

Error in .Call("getParameterOrder", data, parameters, new.env(), PACKAGE = DLL) : Incorrect number of arguments (3), expecting 4 for 'getParameterOrder'

@bbolker
Copy link
Contributor

bbolker commented Apr 18, 2022

See #791. Also, please don't cross-post (pick one of the issues list, r-sig-mixed-models mailing list, or Stack Overflow ...) https://github.com/glmmTMB/glmmTMB#where-to-ask-questions=

@bbolker bbolker closed this as completed Apr 18, 2022
@billmarinestats98
Copy link
Author

billmarinestats98 commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants