parammat.matrix {SBMSplitMerge} | R Documentation |
Parameter Matrix
Description
Make a matrix of parameters from a matrix of block assignments
Usage
## S3 method for class 'matrix'
parammat(zleft, zright, params, ...)
Arguments
zleft |
block assignment matrix on the left |
zright |
block assignment matrix on the right |
params |
the parameters object |
... |
(unused) |
Value
a matrix of parameters of size |zleft
| x |zright
|
[Package SBMSplitMerge version 1.1.1 Index]