Create a Block Diagonal Matrix with NA outside the diagonal
Build a block diagonal matrix with NA values outside the diagonal given several building block matrices.
bdiagNA(...)
... |
individual matrices or a |
This function is usefull to build the correlation matrices, when only partial knowledge of the correlation exists.
A block diagonal matrix with NA values outside the diagonal.
Kornelius Rohmeyer rohmeyer@small-projects.de
bdiagNA(diag(3), matrix(1/2,nr=3,nc=3), diag(2))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.