Closed mlsethi closed 3 years ago
Dear Meera Lee Sethi
As the warning states, you cannot use method = "DAStau"
for such a complex model. The fallback isn't actually implemented. You can get around that by specifying method = "DASvar"
in the call.
Even though there are not a lot of details in your query, it appears that rlmer
is not the right tool for the job in this case. rlmer
is for continuous outcomes that don't need a link function. The method is robust against deviations from the central model. The central model is assumed to follow the regular classic linear mixed effects model assumptions. A GLMM in general is a different model, governed by different assumptions.
Best, Manuel
Hi Manuel Koller,
Thank you for the note about the fallback not being implemented, and for the caution! I find the acronyms for these models pretty confusing, so I may have misspoken; my outcome is actually continuous and I'm not using a link function, even though I've been fitting it with lme4. Anyway, I've probably got a bit more work to do to make sure I'm making the right decisions, so thanks again for the help.
Cheers, m
Hi, thanks so much for all you do! I would be much obliged for any help with the following:
I'm trying to estimate robust standard errors for a GLMM that I know has heteroscedastic residuals.
This is the model structure I want to use, which works with lmer() in lme4:
And this is the message I get when I try to run it (the function fails, in that it doesn't produce an object).
Warning messages aside, can you help me understand the error that's causing the whole shebang to fail?
Thanks again!