work horse function for SOAs
soa(oa, t = 3, m = NULL, permlist = NULL, random = TRUE)
a matrix
matrix or data.frame that contains an ingoing symmetric OA. Levels must be denoted as 0 to s-1 or as 1 to s.
the strength the SOA should have, can be 2, 3, 4, or 5. Must not
be larger than the strength of oa
, but can be smaller. The resulting SOA will have s^t levels
the requested number of columns (see details for permitted numbers of columns)
list of lists of permutations
logical
The function is the workhorse function for function SOAs
.