invInfMat {infoDecompuTE} | R Documentation |
Using the eigenvalue decomposition method to invert the information matrix.
invInfMat(C, N, T)
C |
a matrix of block projector for a single stratum. |
N |
a matrix representation the smallest unit of block or treatment
effects generated by |
T |
a list of contrast matrices from |
This function returns a matrix.
Kevin Chang
Nelder JA (1965b). "The Analysis of Randomized Experiments with Orthogonal Block Structure. II. Treatment Structure and the General Analysis of Variance." Proceedings of the Royal Society of London. Series A, Mathematical and Physical Sciences, 283(1393), 163-178.
m <- matrix(rnorm(10), 10, 10)
invInfMat(m, identityMat(10), identityMat(10))