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

Error in UseMethod("estfun") #20

Closed sneupane2 closed 3 years ago

sneupane2 commented 3 years ago

I got this message when using sandwich: Error in UseMethod("estfun") : no applicable method for 'estfun' applied to an object of class "c('glmerMod', 'merMod')"

sneupane2 commented 3 years ago

All I need is just the robust standard error, using glmer function (binomial, logit)

kollerma commented 3 years ago

Dear sneupane2

Not sure why your posting this here. The robustlmm package does not have any connection to neither glmer nor sandwich. Please ask in a more appropriate place such as https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models

Best, Manuel