Partition_Pairs {MultiStatM}R Documentation

Partition into pairs of the set 1:N

Description

Partition into pairs of the set 1:N

Usage

Partition_Pairs(N)

Arguments

N

The (integer) number of elements to be partitioned

Value

The list of partition matrices with blocks containing two elements. The list is empty if N is odd.

References

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

See Also

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

Examples

PA<-Partition_Pairs(4)

[Package MultiStatM version 1.2.1 Index]