Learn R Programming

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)

Copy Link

Version

Install

install.packages('rob')

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Romario Conto

Last Published

April 22nd, 2025

Functions in rob (0.1.0)

adcol

Function to add a new column to the matrix
runorder

Assignment-Expansion method