PredictGlm
scalaglm.PredictGlm
case class PredictGlm(mod: Glm, newX: DMD, response: Boolean) extends Predict
Prediction from a fitted linear (Glm) model
Value parameters
- mod
-
fitted generalised linear model
- newX
-
covariate matrix for predictions
- response
-
predictions on the response scale?
Attributes
- Returns
-
An object of type PredictGlm with several useful attributes, including .fitted and .se
- Graph
-
- Supertypes
Members list
In this article