Hi, I am trying to use the summary from the glm function as a data source. I am using the call sink(<some file>) then summary(logisticRegModel)$coefficients then sink(). The independent variables are categorical and thus there is always a baseline value for every category that is omitted from the glm output. I am interested in how to get the Z column for all of the categorical values. I don't see any row for the reference category. How can I get this Z value in the output?
[[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.