search for: short_sum_lm

Displaying 1 result from an estimated 1 matches for "short_sum_lm".

2011 Aug 21
2
how to improve summary.lm
...9e-04 -140.5 <2e-16 *** E$cfs 1.675e-05 4.714e-09 3552.7 <2e-16 *** Multiple R-squared: 0.9949, Adjusted R-squared: 0.9949 -------------------------------------------- I looked at the code of summary.lm, with the intention to copy parts of it into a new function "short_sum_lm", but couldn't find the parts I'm interested in. I hope it's not too complicated to achieve that. (In general it would be great to have more influence on the summary-function -- typically it's too spacious.) Thanks for your attention Oliver