interplot icon indicating copy to clipboard operation
interplot copied to clipboard

Complex Survey Support

Open Kreitzberg opened this issue 6 years ago • 1 comments

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

Kreitzberg avatar Apr 07 '19 03:04 Kreitzberg

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.

sammo3182 avatar Apr 08 '19 21:04 sammo3182