permut.vector: Permutate a vector

View source: R/permut.vector.R

permut.vectorR Documentation

Permutate a vector

Description

Function to permutate a vector of size n using the function shuffleSet.

Usage

permut.vector(n, strata = NULL, nset = 999)

Arguments

n

The length of vector.

strata

A vector to specify restricting permutations.

nset

The number of permutations to generate for the set (Default strata = NULL).

Value

A matrix of permutations, where each row is a separate permutation.

Author(s)

Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>

See Also

syncsa, permut.row.matrix


SYNCSA documentation built on Aug. 22, 2025, 5:12 p.m.

Related to permut.vector in SYNCSA...