View source: R/internal_glmHelpers.R
| fit_glm | R Documentation |
Fit a GLM using the package specified in params@glm.package
fit_glm(X, y, family, weights = NULL, params, start = NULL)
X |
model matrix |
y |
response vector |
family |
family object (e.g. quasibinomial()) |
weights |
optional prior weights vector |
params |
SEQparams object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.