Last chance! 50% off unlimited learning
Sale ends in
pdMat
elements of object
.## S3 method for class 'reStruct':
Names(object, \dots)
## S3 method for class 'reStruct':
Names(object, \dots) <- value
"reStruct"
,
representing a random effects structure and consisting of a list of
pdMat
objects.pdMat
objects that form
object
. It must have the same length as object
.pdMat
elements of object
.Names
of the
pdMat
elements of object
to the corresponding element of
value
.reStruct
, pdMat
,
Names.pdMat
rs1 <- reStruct(list(Dog = ~day, Side = ~1), data = Pixel)
Names(rs1)
Run the code above in your browser using DataLab