Complex Survey Support
Hello,
I am running some glm models with a complex survey design data using the "survey" package. The resulting object is labeled a "svyglm" and the interplot function doesn't seem to be liking the object type. I'm curious if these models are not supported on purpose or if you plan on supporting them. Here is the error I receive when I try to plot the interaction
Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘sim’ for signature ‘"svyglm"’
Thanks,
Daniel
interplot presents the effects based on simulations. As shown in the error, the simulation function the software is currently based on does not support survey outcomes. If you know simulations for that class, please let us know or build up a branch. We are willing to add it into the next version of the software. Thanks.