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

Support emmeans #76

Open
rdinnager opened this issue Aug 4, 2022 · 1 comment
Open

Support emmeans #76

rdinnager opened this issue Aug 4, 2022 · 1 comment

Comments

@rdinnager
Copy link
Collaborator

Support the emmeans package for estimating marginal means from communityPGLMM objects. There is a vignette for developers here:
https://cran.r-project.org/web/packages/emmeans/vignettes/xtending.html

On first glance this shouldn't be too difficult?

@RobJamesRamos
Copy link

Second this request. It should be possible to work around the lack of support by using the qdrg function in emeans. I have tried to get it to work just providing the formula, original data, coefficients, and variance-covariance matrix. I think I figured out how to get the coefficients out of the model object mod_pglmm$B[, 1]. I am not sure how to get the variance-covariance matrix out. Cant use vcv as it does not have a method for class emeans.

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

No branches or pull requests

2 participants