blkdiag {MLCIRTwithin} | R Documentation |
Build block diagonal matrices
Description
Function that given two matrices builds the corresponding block diagonal matrix.
Usage
blkdiag(A, B)
Arguments
A |
first matrix to be included |
B |
second matrix to be included |
Value
C |
resulting block diagonal matrix |
Author(s)
Francesco Bartolucci - University of Perugia (IT)
[Package MLCIRTwithin version 2.1.1 Index]