
Explore design of experiments for mixtures using R and R Studio to build and analyze designs. Access downloadable data and reproduce the analyses online or with your preferred software.
Compare factorial designs with mixture designs by emphasizing ingredient proportions that sum to one. Learn how mixture designs use squares and triangles to represent component fractions.
Learn how triangular plots represent three-component mixtures, with vertices as pure components, sides as binary blends, and interior points as three-component blends. Read fractions and ISO concentration lines.
Explore simplex designs for mixture experiments, including simplex lattice and simplex centroid designs, to study how component proportions affect the response under the constraint that proportions sum to one.
Explore simplex centroid designs as an alternative to lattice designs for mixture experiments, using permutations of one, halves, and thirds to generate seven or fifteen treatments with all components present.
Apply Schaeffer's linear model for three-component mixtures, using x1+x2+x3=1 to derive beta star, then expand to quadratic and cubic models with interaction terms and simplex lattice designs.
Learn to build simplex centroid and simplex lattice designs in R with the mix X package, for three and four components, including viewing ternary diagrams and exporting as csv.
Learn to solve and interpret a three-component mixture design using the simplex centroid approach to optimize sensory appeal and ascorbic acid in a mixed berry juice with coconut water.
Load the mix X library, import the data, and analyze mixture designs in R by comparing linear, quadratic, special cubic, and custom models for overall liking and ascorbic acid.
Select the best regression model using adjusted R squared and p-values, validate residuals with fitted values and Q-q plots, then build the final model and a contour plot.
Create a triangular contour plot for mixtures to reveal that pure strawberry or raspberry yields the highest liking, while blackberry lowers the response, showing antagonistic interaction between strawberry and raspberry.
Explore simplex lattice and simplex centroid designs as boundary point designs and augment them with interior Excel runs to improve mixture predictions, illustrated with a case study.
Analyze drug formulation using water, diclofenac, and atorvastatin to inhibit Acanthamoeba and assess eukaryotic toxicity, via a ten-point augmented simplex centric design with pure, binary, and ternary blends.
Analyze a three-component mixture with a special cubic model to predict Acanthamoeba growth. Identify significant interactions and note that binary mixtures with about 20% atorvastatin best inhibit growth.
We analyze four-component mixtures using ternary plots to optimize a flavonoid-rich food formulation (dates, raisins, pomegranates, figs) with a 20-run x-y design and centroid replicates for spatial cubic model analysis.
Analyze a four-component mixture design for total flavonoid content using a special cubic model; dates, raisins, and pomegranates drive content, figs reduce it.
Explore constrained mixture designs with a simplex centroid design inside a triangle, enforcing a minimum diesel of 0.8. Relate pseudo components to real concentrations for diesel, biodiesel, and ethanol.
Explore a constraint mixture design to develop an omega-3 oil nanoemulsion for improved drug delivery, focusing on globule size, drug loading, in vitro release, and mucosal penetration.
Build a constrained simplex lattice A[3,3] design in R with the mix X library and SLD function, compute real component concentrations from lower limits, and plot and export the design.
Analyze a simplex lattice A[3,3] design with constraints, fit cubic and quadratic models for globule size and drug loading, and identify mix: 10% omega-3, 30% HCO 40, 60% LA 21.
Introduce constrained designs for mixtures with an irregular region bounded by x1, x2, x3; build designs from extreme vertices and edge centroids, plus a facet centroid, using R code.
Build a constrained three-component surface design with vertex points, edge centroids, and the overall centroid, expand to an eleven-run cubic design via the opt Federov function, and save as csv.
Analyze constrained designs for peanut polvoron with a special cubic model in R, revealing sugar, peanut, and butter effects and interactions to optimize overall liking within a ternary region.
Welcome to "Design of Experiments for Mixtures"!
Whether you're a scientist, an engineer, a researcher, or just someone interested in creating, perfecting, or innovating products with mixtures, this course will help you understand the principles of mixture designs.
Mixtures are everywhere in our daily lives, from food recipes to pharmaceutical and chemical formulations, and material development. However, optimizing these mixtures is often a challenging task, as they involve multiple components, that interact among themselves to give the final properties of the product. Traditional experimental approaches may not be suitable for a clear understanding of these interactions, which is where the concept of "Design of Experiments" (DOE) specifically tailored to mixtures comes into play.
This course will delve into the fundamental principles of mixture designs.
We will start our journey by identifying when to use mixture designs instead of a traditional design of experiments approach and learning how to read and interpret plots in triangular coordinates. In the next step, we will learn the best approaches to distributing design points throughout a triangular surface using Simplex Designs.
By then, we will be ready to dive into several real Case Studies from the food and pharmaceutical areas, covering different aspects of mixture designs and analysis.
Finally, we will see Case Studies where the mixture variables have constraints and cannot vary over the whole mixture space.
This is not a beginner course; it's essential to have some previous knowledge of DOE before enrolling on "Design of Experiments for Mixtures".
The analysis of the data will be performed using R-Studio. This is not an R course; this way, it is desirable that students have some familiarity with R. The R codes and the data files used in the course can be downloaded, the functions will be briefly explained, and the codes can be easily adapted to analyse the student’s data.
Any person who performs mixture experiments can benefit from this course, mainly researchers from the academy and the industry, Master and PhD students and engineers.
Through a combination of theory and practical examples, you'll gain the skills and knowledge needed to design and analyse experiments with mixtures effectively.