R-beta: standard-errors-glm
Thomas Lumley
thomas at biostat.washington.edu
Sat Apr 4 18:34:39 CEST 1998
On Sat, 4 Apr 1998, Helgi Tomasson wrote:
> I have a small problem. I am running glm() in R-0.61.0 on Redhat 4.2.
> I want to get the standard errors from the output. If I do
Use
summary(mymodel)$coefficients[,2]
This returns the second column of the table of coefficients, standard
errors, and t values that is produced by summary.glm
Thomas Lumley
------------------------------------------------------+------
Biostatistics : "Never attribute to malice what :
Uni of Washington : can be adequately explained by :
Box 357232 : incompetence" - Hanlon's Razor :
Seattle WA 98195-7232 : :
------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list