getGLMCoef: getGLMCoef: Computing the regression coefficients of...

View source: R/tensorReg2D.R

getGLMCoefR Documentation

getGLMCoef: Computing the regression coefficients of generalized linear model.

Description

getGLMCoef: Computing the regression coefficients of generalized linear model.

Usage

getGLMCoef(X, y, family, offset_vec)

Arguments

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.

Value

list.


TensorTest2D documentation built on Sept. 11, 2024, 5:34 p.m.