Hi all,
I am trying to create a cross tab table that is weighted. The counts appear like this 100000 and I would like them to appear like this 100,000. I also would like to export to a jpg. Any ideas on how to do that? While i'm using sjpot, i'm open to anything that will do the job and provides both counts and percentages.
Thanks,
Dan
library(sjPlot)
sjt.xtab(KFF2017$b20a,KFF2017$size7, weight.by =KFF2017$empwt,show.col.prc = TRUE)