var fDesc=new Array(); fDesc[0] = "Design-Expert is an application used for the design of experiments (DOE).

Main Features:

-Two-level factorial screening designs: Identify the vital factors that affect your process or product so you can make breakthrough improvements.
-General factorial studies: Discover the best combination of categorical factors, such as source versus type of raw material supply.
-Response surface methods (RSM): Find the optimal process settings to achieve peak performance.
-Mixture design techniques: Discover the ideal recipe for your product formulation.
Combinations of process factors, mixture components, and categorical factors: Mix your cake (with different ingredients) and bake it too!
-Design and analysis of split plots: Make your experiment far easier by grouping hard-to-change process factors and/or mixture components."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }