This class specializes ParamRegrModel. It is the abstract base class for parametric generalized linear model objects with specific distribution family such as NormalGLM and handles the (inverse) link function.
Super class
gofreg::ParamRegrModel
-> GLM
Methods
Method new()
Initialize an object of class GLM.
Usage
GLM$new(linkinv = identity, params = NA)
Method mean_yx()
Evaluates the regression function or in other terms the expected value of Y given X=x.