pdMat
elements of object
.## S3 method for class 'reStruct':
as.matrix(x, \dots)
reStruct
, representing
a random effects structure and consisting of a list of pdMat
objects.object
.as.matrix.pdMat
, reStruct
,
pdMat
rs1 <- reStruct(pdSymm(diag(3), ~age+Sex, data = Orthodont))
as.matrix(rs1)
Run the code above in your browser using DataLab