Skip to content

anova.gllvm nested models and coefplot species coefficients #114

Answered by BertvanderVeen
mike-kratz asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for another excellent question, Mike. Unconstrained and concurrent ordination are nested, constrained and concurrent ordination are nested, unconstrained and constrained ordination are not nested. So it should be fine to compare your unconstrained and concurrent ordinations with a likelihood ratio test!

You can extract the taxa coefficients as: model$params$LvXcoef%*%t(model$params$theta) and their standard errors with t(gllvm:::RRse(model)).

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by BertvanderVeen
Comment options

You must be logged in to vote
2 replies
@gerverska
Comment options

@mike-kratz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #90 on June 02, 2023 13:36.