Learn R Programming

vipor (version 0.4.7)

tukeyT: Combine multiple permutation strings into one

Description

Combine base+1 permutation strings to generate offsets

Usage

tukeyT(nReps = 10, base = 5)

Value

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

Arguments

nReps

number of permutations to paste together

base

generate permutations of integers 1:base

Examples

Run this code
tukeyT()
tukeyT()
tukeyT(5,4)

Run the code above in your browser using DataLab