tukeyT: Combine multiple permutation strings into one

View source: R/tukey.R

tukeyTR Documentation

Combine multiple permutation strings into one

Description

Combine base+1 permutation strings to generate offsets

Usage

tukeyT(nReps = 10, base = 5)

Arguments

nReps

number of permutations to paste together

base

generate permutations of integers 1:base

Value

A nReps*base length vector giving offset positions based on Tukey's algorithm

Examples

tukeyT()
tukeyT()
tukeyT(5,4)

vipor documentation built on May 29, 2024, 7:09 a.m.