
Last chance! 50% off unlimited learning
Sale ends in
Solve
is applied to each pdMat
component of a
,
which results in inverting the positive-definite matrices they
represent.## S3 method for class 'reStruct':
solve(a, b, \dots)
reStruct
,
representing a random effects structure and consisting of a list of
pdMat
objects.reStruct
object similar to a
, but with the
pdMat
components representing the inverses of the
matrices represented by the components of a
.solve.pdMat
, reStruct
rs1 <- reStruct(list(A = pdSymm(diag(1:3), form = ~Score),
B = pdDiag(2 * diag(4), form = ~Educ)))
solve(rs1)
Run the code above in your browser using DataLab