predict.ZlmFit: Return predictions from a ZlmFit object.

Description Usage Arguments Value Examples

View source: R/predict.R

Description

Return predictions from a ZlmFit object.

Usage

1
2
## S3 method for class '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

1
2
##See stat_ell
example(stat_ell)

MAST documentation built on Nov. 8, 2020, 8:19 p.m.