1
vote
1answer
130 views

Naming row and column in table

I want to create the table like this (with row and column each names individually and also in a group): I can create the table, but I do not know how to write those column and row names. How can I ...
3
votes
1answer
495 views

Using tabularx package with xtable package in R

I am trying to solve the problem of having a latex table (produced using the xtable from R, then combined into a tex file using Sweave), exceeding the margins of my LaTeX document. I found that one ...
2
votes
2answers
1k views

Dealing with a wide table that exceeds the document margins

I am looking for "global" and "local" solutions to the case where I have a table that goes "much" beyond the right and left margins of the page (meaning: cases where having no margins to the page ...
3
votes
3answers
469 views

Table Limit: Sweave

I'm running into an issue. It seems that when I try to output more than 17 or 18 tables to a pdf document the remaining tables are ignored. When I split them across multiple Rnw files, there is no ...