Skip to content

is there a gllvm way to do the equivalent of mvabund::anova.manyglm()? #109

Answered by BertvanderVeen
dougwyu asked this question in Q&A
Discussion options

You must be logged in to vote

Not equivalent, no. There is gllvm::anova, but it is not very helpful to compare models where the number of parameters is drastically different. Mvabund relies on re-sampling, and that is just something that is not really doable with gllvm.

Primarily for computational reasons, but also due to the sensitivity to starting values of the algorithm. You might want to have a look at summary(model) as an alternative, which produces wald-statistics per species and predictor with accompanying p-values.

Replies: 10 comments 8 replies

Comment options

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

@BertvanderVeen
Comment options

@gerverska
Comment options

@BertvanderVeen
Comment options

@gerverska
Comment options

Answer selected by BertvanderVeen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@BertvanderVeen
Comment options

@gerverska
Comment options

@dwarton
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #107 on June 02, 2023 13:32.