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