Displaying 1 result from an estimated 1 matches for "n4542349".
2012 Apr 09
2
Creating Better Table in R
...imate, t value,
significance, beta, standard errors, adjusted r squared, and residual
standard error (3 decimal points if possible, but I can do it by hand). Also
I'd love to include the source of my information on the bottom of the table
if possible.
file : http://r.789695.n4.nabble.com/file/n4542349/datpat.csv datpat.csv
this is the code I am using
mod.1<-lm(Patents~FHouse, data=datpat)
summary(mod.1)
xtable(summary(mod.1))
*table I'm creating*
http://r.789695.n4.nabble.com/file/n4542349/chart.jpg
*Detailed code*
*Summary Stats:*
Residuals:
Min 1Q Median 3Q...