Partition_2Perm {MultiStatM} | R Documentation |
Permutation of elements according to partition pU
Partition_2Perm(pU)
pU |
A partition matrix. For instance a matrix generated by Partition_Type_All. |
perm_pU
A vector with the elements 1
to N
permuted according to pU
.
The numbers of 1 : N are listed in the order of their occurrence in the blocks of pU
.
Gy. Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021. Section 1.4.4
Other Partitions:
Partition_Indecomposable()
,
Partition_Pairs()
,
Partition_Type_All()
,
Permutation_Inverse()
PA<-Partition_Type_All(4)
Partition_2Perm(PA$Part.class[[3]])