[R] help on retrieving output from by( ) for regression
Krishna
snvk4u at gmail.com
Thu Aug 25 14:43:27 CEST 2005
Hi all
I used a function
> qtrregr <- by(AB, AB$qtr, function(AB) lm(AB$X~AB$Y))
objective is to run a regression on quartery subsets in the data set
AB, having variables X and Y, grouped by variable qtr.
Now i retrieved the output using qtrregr, however it only showed the
coefficients (intercept and B) with out significant levels and
residuals for each qtr. Can some on help me on how can retrieve the
detailed regression output.
rgds
snvk
More information about the R-help
mailing list