Learn R Programming

DoE.MIParray (version 0.13)

functionsFromDoE.base: Functions from package DoE.base

Description

These functions from DoE.base are exported from DoE.MIParray, because they are especially important for its use.

Usage

oa_feasible(nruns, nlevels, strength = 2, verbose=TRUE)
lowerbound_AR(nruns, nlevels, R, crit = "total")
length2(design, with.blocks = FALSE, J = FALSE)
length3(design, with.blocks = FALSE, J = FALSE, rela = FALSE)
length4(design, with.blocks = FALSE, separate = FALSE, J = FALSE, rela = FALSE)
length5(design, with.blocks = FALSE, J = FALSE, rela = FALSE)
contr.XuWu(n, contrasts=TRUE)
GWLP(design, ...)
SCFTs(design, digits = 3, all = TRUE, resk.only = TRUE, kmin = NULL, kmax = ncol(design),
   regcheck = FALSE, arft = TRUE, cancors = FALSE, with.blocks = FALSE)
ICFTs(design, digits = 3, resk.only = TRUE, kmin = NULL, kmax = ncol(design), 
   detail = FALSE, with.blocks = FALSE, conc = TRUE)

Arguments

nruns
nlevels
strength
verbose
crit
design
with.blocks
rela
contrasts
separate
digits
all
resk.only
kmin
kmax
regcheck
arft
cancors
detail
conc
...

Value

for documentation of the functions, see the links under "See also"

Details

for documentation of the functions, see the links under "See also"

References

for documentation of the functions, see the links under "See also"

See Also

See also oa_feasible, lowerbound_AR, length2, length3, length4, length5, GWLP, SCFTs, ICFTs.

Examples

Run this code
# NOT RUN {
oa_feasible(24, c(2,3,4,6),2)
lowerbound_AR(24, c(2,3,4,6),2)
# }

Run the code above in your browser using DataLab