Exam 1
-
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.