ltranspose {GenEst} | R Documentation |
Transpose a list of arrays
Description
A list of n
arrays, each with dimension m
x
k
is redimensioned to a list of m
arrays, each with
dimension m
x k
. NOTE: Attributes are not preserved.
Usage
ltranspose(M)
Arguments
M |
a list of |
Value
a list of m
n
x k
arrays
[Package GenEst version 1.4.9 Index]