find_opt_target | R Documentation |
Find optimum mixture proportions and optimal order of addition of the components
find_opt_target(m, model, target)
m |
number of mixture components |
model |
a fitted model of class lm which fits a model for data from mixture order-of-addition experiment |
target |
desired target value of response variable |
returns optimum mixture proportions of the components and their optimal order-of-addition
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.