fitted.mmer {sommer}R Documentation

fitted form a GLMM fitted with mmer

Description

fitted method for class "mmer".

Usage

## S3 method for class 'mmer'
fitted(object, type = "complete", ...)

Arguments

object

an object of class "mmer"

type

the type of fitted which should be returned. The alternatives are: "complete" (y.hat=Xb+Zu) and "incomplete" (y.hat=Zu).

...

Further arguments to be passed

Value

vector of fitted

Author(s)

Giovanny Covarrubias covarrubiasp@wisc.edu

See Also

fitted, mmer


[Package sommer version 4.0.4 Index]