The goal of rob is to generate experimentation run orders for factorial designs using the assignment-expansion method, considering a balance between reducing bias and level changes.
# install.packages("pak")
::pak("RomarioContoL/rob") pak
library(rob)
<-c(2,2,2,2,2,2)
zrunorder(z)
<-c(4,3,2,3,2)
zrunorder(z)
<-c(3,3,2,4)
zrunorder(z)