runorder: Assignment-Expansion method

runorderR 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)


rob documentation built on June 8, 2025, 11:17 a.m.