scalaglm.Glm
See theGlm companion object
Generalised linear regression modelling
Attributes
- Xmat
Covariate matrix
- addIntercept
Add an intercept term to the covariate matrix?
- colNames
List of covariate names
- fam
Observation model. eg. LogisticGlm or PoissonGlm
- its
Max iterations for the IRLS algorithm (default 50)
- y
Vector of responses
- Returns:
An object of type Glm with many useful methods providing information about the regression fit, including .coefficients, .p and .summary
- Companion:
- object
- Graph
- Supertypes