Partition_2Perm {MultiStatM}R Documentation

Permutation of elements according to partition pU

Description

Permutation of elements according to partition pU

Usage

Partition_2Perm(pU)

Arguments

pU

A partition matrix. For instance a matrix generated by Partition_Type_All.

Value

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.

References

Gy. Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021. Section 1.4.4

See Also

Other Partitions: Partition_Indecomposable(), Partition_Pairs(), Partition_Type_All(), Permutation_Inverse()

Examples

PA<-Partition_Type_All(4)
Partition_2Perm(PA$Part.class[[3]])


[Package MultiStatM version 1.2.1 Index]