runorder {rob}R Documentation

Assignment-Expansion method

Description

Assignment-Expansion method

Usage

runorder(z)

Arguments

z

vector with the levels of the factor

Value

order of experimentation with bias and number of level changes in balance

Examples

z<-c(2,2,2,2,2,2)
runorder(z)
z<-c(4,3,2,3,2)
runorder(z)
z<-c(3,3,2,4)
runorder(z)


[Package rob version 0.1.0 Index]