functionsFromDoEbase: Functions from package DoE.base

functionsFromDoE.baseR Documentation

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, returnbound = FALSE)
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

see DoE.base

nlevels

see DoE.base

strength

see DoE.base

verbose

see DoE.base

returnbound

see DoE.base

R

see DoE.base

crit

see DoE.base

design

see DoE.base

with.blocks

see DoE.base

J

see DoE.base

rela

see DoE.base

n

see DoE.base

contrasts

see DoE.base

separate

see DoE.base

digits

see DoE.base

all

see DoE.base

resk.only

see DoE.base

kmin

see DoE.base

kmax

see DoE.base

regcheck

see DoE.base

arft

see DoE.base

cancors

see DoE.base

detail

see DoE.base

conc

see DoE.base

...

see DoE.base

Details

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

Value

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

Author(s)

Ulrike Groemping

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

oa_feasible(24, c(2,3,4,6),2)
lowerbound_AR(24, c(2,3,4,6),2)

DoE.MIParray documentation built on Aug. 21, 2023, 5:08 p.m.