SCD: This function creates simplex centroid mixture designs

View source: R/SCD.R

SCDR Documentation

This function creates simplex centroid mixture designs

Description

This function creates simplex centroid designs in unconstrained mixture experiment space.

Usage

SCD(fac)

Arguments

fac

This is the number of factors

Value

SC

This is a data frame containing the simplex centroid design. The columns are labeled x1, x2 ...xn, where n is the number of mixture variables.

Author(s)

John S. Lawson lawson@byu.edu

References

1. Cornell, J. A. Experiments with Mixtures: Models and Analysis of Mixture Data, John Wiley & Sons, New York, third edition, 2002.

2. "John Lawson, Cameron Willden (2016).", "Mixture Experiments in R Using mixexp.", "Journal of Statistical Software, Code Snippets, 72(2), 1-20.", "doi:10.18637/jss.v072.c02"

Examples

SCD(3)

des<-SCD(5)

des<-SCD(12)


mixexp documentation built on May 28, 2022, 1:17 a.m.