predict.ZlmFit | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.