Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

functionsFromDoEbase

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

see DoE.base

nlevels

see DoE.base

strength

see DoE.base

verbose

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

Examples

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

DoE.MIParray

Creation of Arrays by Mixed Integer Programming

v0.13
GPL (>= 2)
Authors
Ulrike Groemping
Initial release
2019-07-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.