R/allcombs.R

Defines functions allcombs

Documented in allcombs

allcombs <- function(trt, k = trt) {
  permutations(trt, k)
} 

Try the crossdes package in your browser

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

crossdes documentation built on April 5, 2022, 1:14 a.m.