kollerma / robustlmm

This is an R-package for fitting linear mixed effects models in a robust manner. The method is based on the robustification of the scoring equations and an application of the Design Adaptive Scale approach.
28 stars 9 forks source link

How to estimate p-value from rlmer object #22

Closed AST87 closed 2 years ago

AST87 commented 2 years ago

Hi Manuel,

This might be a repetition but could you please suggest a way to estimate the p-value using the rlmer object? Additionally, from previously closed issues, I understood that Wald's test could be performed. Could you please suggest a package that could use rlmer object to perform Wald's test?

kollerma commented 2 years ago

Dear AST87,

There is no package that does this yet. Please have a look at https://github.com/masonFG/CIrobustLMM. You can find some scripts that compute confidence intervals and p-values in the best way currently know.

Best, Manuel