powered by
Find optimum mixture proportions and optimal order of addition of the components
find_opt_target(m, model, target)
returns optimum mixture proportions of the components and their optimal order-of-addition
number of mixture components
a fitted model of class lm which fits a model for data from mixture order-of-addition experiment
desired target value of response variable
data(fish) mixoofa.fit <- lm(y ~ -1 + (x1+x2+x3)^2 + z12+z13+z23, data = fish) summary(mixoofa.fit) find_opt_target(m = 3, mixoofa.fit, target = 2.75)
Run the code above in your browser using DataLab