GWLP_internals | R Documentation |
Internal functions needed for function GWLP
Choose(n, k)
Kraw(k,x,n,q)
ham(c1, c2)
# levels.no(xx)
levelmix(xx)
distDistmix(code, levm)
Bprime(dists, nmax=5)
dualDistmix(Bprime, nmax=5)
n |
an integer number |
k |
an integer number |
x |
an integer number |
q |
an integer number |
c1 |
a design row |
c2 |
a design row |
xx |
a design, not necessarily of class |
code |
a design, not necessarily of class |
levm |
an object returned by function |
dists |
the BSep element of an outcome object from |
nmax |
set to |
Bprime |
an outcome object from |
The functions are used in function GWLP
.
Function ham
calculates the Hamming distance, function Kraw
the Krawtchouk polynomials, function Choose
differs from the base
function choose
by treatment of negative values n
,
functions levels.no
and levelmix
are utilities providing the
level information on the design xx
(levels.no(xx)
is commented out
in the usage section, because it can be seen as an S3 method for the generic
function levels
for objects of a conceivable class no
;
therefore its documentation without #
would cause complaints in CRAN checks.)
The functions distDistmix
, Bprime
and dualDistmix
implement formulae from Xu and Wu (2001) for the distance distribution,
its MacWilliams transform and the calculation of GWLP from the latter.
not documented for these internal functions
Hongquan Xu, Ulrike Groemping
Xu, H.-Q. and Wu, C.F.J. (2001). Generalized minimum aberration for asymmetrical fractional factorial designs. Annals of Statistics 29, 1066–1077.
See Also GWLP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.