extract.coef.glm.Rd
Extract Coefficient Information from glm Models
# S3 method for glm extract.coef(model, ...)
model | Model object to extract information from. |
---|---|
... | Further arguments |
A data.frame
containing the coefficient, the standard error and the variable name.
Gets the coefficient values and standard errors, and variable names from a glm model.