Re: [R] data.table vs plyr reg output

2012-06-29 Thread Matthew Dowle
Hi Geoff, Please see this part of the r-help posting guide : " For questions about functions in standard packages distributed with R (see the FAQ Add-on packages in R), ask questions on R-help. If the question relates to a contributed package , e.g., one downloaded from CRAN, try contacting

[R] data.table vs plyr reg output

2012-06-26 Thread Geoffrey Smith
Hello. The data.table package is very helpful in terms of speed. But I am having trouble actually using the output from linear regression. Is there any way to get the data.table output to be as pretty/useful as that from the plyr package? Below is an example. library('data.table'); library('pl