tukeyT {vipor} | R 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)
[Package vipor version 0.4.7 Index]