coef_year | R Documentation |
Call stats::coef to get model coefficients from a model fit in R. Year will be a factor term, and thus, the coefficients with year in their name will be returned. No interactions with year are included.
coef_year(results)
results |
A model object output from a statistical model such as stats::glm. |
A vector of parameter values for all parameters pertaining to year in the model.
Kelli F. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.