[R] way to get t-values from glm.fit output?

David Winsemius dwinsemius at comcast.net
Thu Jul 8 04:02:48 CEST 2010


On Jul 7, 2010, at 9:48 PM, Seth wrote:

>
> Hi,
>
> I am working with a function that makes use of glm.fit.  Without  
> modifying
> the somewhat long code too much, I would like to have t-values  
> returned for
> the predictor variables used in the fitting process.  Is there a  
> relatively
> straightforward way to do this?  Thanks, Seth Myers

summary(glm.fit( ... ))$coefficients

> -- 
> View this message in context: http://r.789695.n4.nabble.com/way-to-get-t-values-from-glm-fit-output-tp2281737p2281737.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org 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.

David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list