README.md

rob

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.

Installation

# install.packages("pak")
pak::pak("RomarioContoL/rob")

Example

library(rob)
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)


Try the rob package in your browser

Any scripts or data that you put into this service are public.

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