I would like to print this ftable with tableGrob.
tab=ftable(data, row.vars = c("Sales.Year","Return"),col.vars="Category")
And i'd also like to add margins. How can i do?
I would like to print this ftable with tableGrob.
tab=ftable(data, row.vars = c("Sales.Year","Return"),col.vars="Category")
And i'd also like to add margins. How can i do?