Re: [R] Sweave output from print.summary.glm is too wide

2009-08-18 Thread Duncan Mackay
Hi Peter Sorry I must have been reading too much into your email. I had thought that either latex or xtable packages handled summaries effectively. I have not really got into summaries in Sweave. I do not know whether SweaveListingUtils may help. I had a look at it but I did not have the time t

Re: [R] Sweave output from print.summary.glm is too wide

2009-08-18 Thread Duncan Mackay
Oops I forgot to mention ?xtable and ?latex in Frank Harrell's Hmisc or Design packages (I cannot remember) Duncan Hi Peter If all else fails you can make the space between the columns smaller by changing the column spacing in latex by: \setlength\tabcolsep{3pt} The default is 7pt. You m

Re: [R] Sweave output from print.summary.glm is too wide

2009-08-18 Thread Duncan Mackay
Hi Peter If all else fails you can make the space between the columns smaller by changing the column spacing in latex by: \setlength\tabcolsep{3pt} The default is 7pt. You may have to go a little higher if it looks cramped. I have gone down as far as 2pt using a small font size Also changi