Learn R Programming

rob (version 0.1.0)

runorder: Assignment-Expansion method

Description

Assignment-Expansion method

Usage

runorder(z)

Value

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

Arguments

z

vector with the levels of the factor

Examples

Run this code
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)

Run the code above in your browser using DataLab