make_row {multiview} | R Documentation |
Build a block row matrix for multiview
Description
Build a block row matrix for multiview
Usage
make_row(x_list, p_x, pair, rho)
Arguments
x_list |
list of x matrices |
p_x |
a list of ncol of elements in x_list |
pair |
an integer vector of two indices |
rho |
the rho value |
Value
a block row of matrix for multiview
[Package multiview version 0.8 Index]