fit_glm.Rd
Fit generalized linear model
fit_glm(formula, data, family = gaussian, ...)
formula | An object of class |
---|---|
data | A |
family | A description of the error distribution and link function to be used in the model.
See |
... | Other parameters for the model fitting function. |
A list with two data frames: gof
contains goodness of fit measures of the fit and
coefs
contains the fitted coefficients.