Dear all R users,
Can anyone tell me how I can get estimate of SE of coefficients from, lm()
function?
I tried following :
x = 1:10
lm(x[-1]~x[-10]-1)$coefficients
Here I got the est. of coefficient, however I also want to get some
"automated" way to get estimate of SE.
Regards,
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.