sjPlot Crosstab Question

Good day

I installed and loaded the sjPlot package to allow me to do some cross tabulations. I made the attached cross tabulation but would like to have the row and column percentages (blue and green fonts) show as separate columns and not as rows. Grateful for the correct syntax if possible. Thanks.

install.packages('sjPlot')
library(sjPlot)

tab_xtab(var.row = mydata$age, var.col = mydata$gender, title = "Table Title", show.col.prc = TRUE, show.row.prc= TRUE, remove.spaces = TRUE)

sjPlot_table_eg|320x500

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.