What is the name of the R function for extracting the estimated coefficients from a fitted (generalized) linear model object?
coef is the R function for extracting the estimated coefficients from a fitted (generalized) linear model object.
See ?coef for the corresponding manual page.