Dear All, sorry for bothering you with a simple (?) question. Is it possible to save the std.error of the estimated coefficients obtained by the summary.lm function? Something analogous to coef( )? Thank you, Nina -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
std.error of coefficients in lm
3 messages · Nina Lieske, Peter Dalgaard, dandon@capa.stat.umu.se
Nina Lieske <nina.lieske at planet-interkom.de> writes:
Dear All, sorry for bothering you with a simple (?) question. Is it possible to save the std.error of the estimated coefficients obtained by the summary.lm function? Something analogous to coef( )?
Have a look at the example(summary.lm)...
O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, 23 May 2000, Nina Lieske wrote:
Dear All, sorry for bothering you with a simple (?) question. Is it possible to save the std.error of the estimated coefficients obtained by the summary.lm function? Something analogous to coef( )?
I usually use vcov in MASS library to calculate variance and covariance matrix of the estimate. Danar. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._