Perm.No.Replace: Permutation without Replacement

View source: R/other_functions.R

Perm.No.ReplaceR Documentation

Permutation without Replacement

Description

This function performs permutation of a given vector without replacement.

Usage

Perm.No.Replace(v)

Arguments

v

A numeric or character vector.

Value

A numeric or character vector.

Author(s)

Omer Kara

References

For more information see here.

Examples

Perm.No.Replace(v = c(1:3))


omerkara/okara documentation built on Nov. 21, 2023, 7:56 p.m.