R/mixture.design.R

Defines functions mixture.design

mixture.design <- function(nfactors=NULL, nlevels, randomize=TRUE, seed=NULL, replications=1,
     repeat.only=FALSE, factor.names=if (!is.null(nfactors)) paste("X",1:nfactors,sep="") else NULL, ...){
    #    aus <- gen.mixture(nlevels, factor.names)
        ## incorporate randomization and replication
        ## could be run with large nlevels
        ## and subsequent conditioning
        ## as entry point to debarred mixtures
    cat("This does not work yet.\n")
}

Try the DoE.wrapper package in your browser

Any scripts or data that you put into this service are public.

DoE.wrapper documentation built on Aug. 21, 2023, 5:10 p.m.