fitted.mmer {sommer} | R Documentation |
fitted
method for class "mmer"
.
## S3 method for class 'mmer' fitted(object, type = "complete", ...)
object |
an object of class |
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 |
vector of fitted
Giovanny Covarrubias covarrubiasp@wisc.edu