
Last chance! 50% off unlimited learning
Sale ends in
oacat
from the parent arrays that come with parseArrayLine(array.line)
genChild(array.list)
getArray(nbRuns, descr)
symb2oa(nbRuns, descr)
oa2symb(name)
oacat
parseArrayLine
nl1~fl1;nl2~fl2; ...
, where nl
stands for the number of levels
and fl
for their respective frequency; the string oacat
parseArrayLine
returns a list with design and lineage description in symbolic form.
genChild
and getArray
return an array matrix of class oa
.
symb2oa
and oa2symb
return a character string.parseArrayLine
transforms information from a row of oacat
into a list format digestible by function genChild
.
Function genChild
creates a child array from the appropriate information
provided by function parseArrayLine
.
Function getArray
retrieves a stored orthogonal array based on the list
information it receives.
Functions symb2oa
and oa2symb
can be used for
switching between design names from data frame oacat
and list type information used by functions internally. Note that the result
from oa2symb
is not sufficient to get back to the oa
representation,
but needs the number of runs in addition.oacat
, oa