Re: [R] Extract Standard Errors of Model Coefficients

2015-12-29 Thread Axel Urbiz
Ontario, Canada > http://socserv.socsci.mcmaster.ca/jfox/ > > > >> -Original Message- >> From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Axel >> Urbiz >> Sent: Tuesday, December 29, 2015 9:10 AM >> To: R-help@r-project.org >> Subjec

[R] Extract Standard Errors of Model Coefficients

2015-12-29 Thread Axel Urbiz
Hello, Is it possible to extract or compute the standard errors of model coefficients from a glm.fit object? This can be easily done from a fitted glm object, but I need glm.fit. set.seed(1) n <- 100 x <- rnorm(n) y1 <- rnorm(n) y2 <- rbinom(n, 1, .25) M1 <- glm (y1 ~ x) M2 <- glm.fit(x =

Re: [R] Extract Standard Errors of Model Coefficients

2015-12-29 Thread Fox, John
m: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Axel > Urbiz > Sent: Tuesday, December 29, 2015 9:10 AM > To: R-help@r-project.org > Subject: [R] Extract Standard Errors of Model Coefficients > > Hello, > > Is it possible to extract or compute the standard errors