predict.ZlmFit: Return predictions from a ZlmFit object.

View source: R/predict.R

predict.ZlmFitR Documentation

Return predictions from a ZlmFit object.

Description

Return predictions from a ZlmFit object.

Usage

## 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

##See stat_ell
example(stat_ell)

RGLab/MAST documentation built on Sept. 30, 2023, 1:08 p.m.