powered by
obtain ANOVA table for a mixture order-of-addition experiment
mixoofa.anova(formula, response, nmix, mixvar, Zmat, caption)
an ANOVA table for mixture order-of-addition experiment
formula for mixture experiment
response variable
number of mixture components
matrix representing mixture variables
matrix containing PWO variables for the components
caption for ANOVA table, default is blank
data(fish) m = 3 mixvar<-fish[, 1:(m+1)] Zmat<-fish[, (m+2): (m+1+choose(m,2))] mixoofa.anova(y ~ -1 + (x1+x2+x3)^2, response=fish$y, nmix=m, mixvar, Zmat=Zmat,caption="")
Run the code above in your browser using DataLab