getGLMCoef | R Documentation |
getGLMCoef: Computing the regression coefficients of generalized linear model.
getGLMCoef(X, y, family, offset_vec)
X |
A numerical matrix. Independent variable. |
y |
A numerical vector. Dependent variable. |
family |
Family of generalized linear model. Provide three options for model.(see more details in Details) |
offset_vec |
A numerical vector. Prior knowledge to be included in the predictors. |
list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.