perms: Permutation

Description Usage Arguments Value Author(s) References Examples

Description

Gives all the permutations of the first integer numbers.

Usage

1
 perms(n)

Arguments

n

Integer

Value

z

Matrix containing in its rows all the permutation of the first n integer numbers

Author(s)

Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it

References

H.A.L. Kiers (2004). Bootstrap confidence intervals for three-way methods. Journal of Chemometrics 18:22–36.

Examples

1
P <- perms(4)

ThreeWay documentation built on May 2, 2019, 9:20 a.m.

Related to perms in ThreeWay...