[R-gregmisc-users] Crosstables question
Brought to you by:
warnes
From: Charles S. <cst...@ch...> - 2013-08-03 03:58:04
|
Hello, So I want to prettify my crosstables output a bit. I tried to create an object that holds the table itself: ct <- CrossTable(es$Q4_fac, mydata$time, prop.t = FALSE, prop.r = TRUE, prop.c = FALSE, prop.chisq = FALSE) #, format = c("SPSS")) ..thinking that I could change the attributes and then print, but when I try to display the table: >ct I don't get the table. Thanks in advance. |