Return predictions from a ZlmFit object.

# S3 method for ZlmFit
predict(object, newdata = NULL, modelmatrix = NULL,
  ...)

Arguments

object

A ZlmFit

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

Value

Predictions (on the link scale) and standard errors.

Examples

##See stat_ell example(stat_ell)
#> Warning: no help found for ‘stat_ell’