unWvec {sstvars} | R Documentation |
Reverse vectorization operator that restores zeros
Description
unWvec
forms a square matrix from a vector of
stacked columns where zeros are removed according to impact
matrix constraints.
Usage
unWvec(Wvector, d, B_constraints)
Arguments
Wvector |
a length |
d |
the number of rows in the square matrix to be formed. |
Value
a (d x d)
impact matrix W
.
[Package sstvars version 1.2.1 Index]