Learn R Programming

glmmFEL (version 1.0.5)

predict.glmmFELMod: Predict from a fitted glmmFEL model

Description

Predict from a fitted glmmFEL model

Usage

# S3 method for glmmFELMod
predict(object, newdata = NULL, type = c("response", "link"), ...)

Value

A numeric vector of predictions. If type = "link", predictions are returned on the linear predictor scale. If type = "response", predictions are returned on the response scale. The length equals the number of observations used to fit the model. Supplying newdata triggers an error in this matrix-only branch.

Arguments

object

A glmmFELMod object.

newdata

Not supported in this branch (matrix interface only).

type

Either "link" or "response".

...

Unused.