predict.ZlmFit {MAST} | R Documentation |
Return predictions from a ZlmFit object.
## S3 method for class 'ZlmFit' predict(object, newdata = NULL, modelmatrix = NULL, ...)
object |
A |
newdata |
The data to predict from. Currently ignored, will use the data in the object. |
modelmatrix |
The model matrix specifying the linear combination of coefficients. |
... |
ignored |
Predictions (on the link scale) and standard errors.
##See stat_ell example(stat_ell)