Learn R Programming

glmmFEL (version 1.0.5)

fitted.glmmFELMod: Extract fitted values

Description

Extract fitted values

Usage

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

Value

A numeric vector of fitted values. If type = "link", the fitted linear predictor values are returned. If type = "response", the fitted mean response values on the response scale are returned. The length equals the number of observations in the fitted object.

Arguments

object

A glmmFELMod object.

type

Either "link" (linear predictor) or "response".

...

Unused.