View source: R/mc_transform_list_bdiag.R
mc_transform_list_bdiag | R Documentation |
This function take a list of matrices and return a list of block-diagonal matrices, where the original matrices are one block non-zero of the matrix.
mc_transform_list_bdiag(list_mat, mat_zero, response_number)
list_mat |
A list of matrices. |
mat_zero |
A list of zero matrices. In general the output of
|
response_number |
A numeric specifying the response variable number. |
A list of block-diagonal matrices.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.