perm.samp: Randomly permute the columns of a matrix independently

Description Usage Arguments Value Examples

Description

Given a matrix, return a version with its columns randomly and independently permuted.

Usage

1

Arguments

x

A matrix.

Value

A matrix resulting from randomly permuting the columns of x independently.

Examples

1
perm.samp(matrix(1:25, nrow = 5))

mdedge/stfspack documentation built on May 9, 2019, 8:17 a.m.