getGLMCoef: Computing the regression coefficients of generalized linear model.
getGLMCoef(X, y, family, offset_vec)list.
A numerical matrix. Independent variable.
A numerical vector. Dependent variable.
Family of generalized linear model. Provide three options for model.(see more details in Details)
A numerical vector. Prior knowledge to be included in the predictors.