The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.