Return predictions from a ZlmFit object.
# S3 method for 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)#> Warning: no help found for ‘stat_ell’