SJPot not working with weights

Hi all,

I'm new to R, and not sure how to report an error, but the sjpot library (which is one of my favorites) doesn't work when weights are applied.

sjt.xtab(data$var1, data$var2, weight.by = data$weight, show.col.prc = TRUE)

In R studio I get a red stop sign with no indication of an error. When I run the same code without the weight, it runs perfectly.

Any idea how to either report this for fix the bug?

Best,

Dan

The stop sign mean that the r session is bussy, maybe sjt.xtab() is just taking longer, if you still think you are facing a bug, then you can file an issue on the github site of SJPlot

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.