

Question
========
What is the name of the R function for extracting the estimated coefficients from a fitted (generalized) linear model object?

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

Meta-information
================
extype: string
exsolution: coef
exname: R functions
