//!

/* This script requires JMP® to run. Download a 30-day free trial from jmp.com/trial */
Names Default To Here( 1 );
DOE(
 Custom Design,
 {
 Add Response(
 Maximize,
 "Y",
 .,
 .,
 .
 ),
 Add Factor(
 Continuous,
 -1,
 1,
 "X1",
 2
 ),
 Add Factor(
 Continuous,
 -1,
 1,
 "X2",
 2
 ),
 Add Factor(
 Continuous,
 -1,
 1,
 "X3",
 1
 ),
 Add Factor(
 Continuous,
 -1,
 1,
 "X4",
 1
 ),
 Add Factor(
 Continuous,
 -1,
 1,
 "X5",
 0
 ),
 Add Factor(
 Continuous,
 -1,
 1,
 "X6",
 0
 ), Set Sample Size( 20 ),
 Set N Whole Plots( 5 ),
 Set N Subplots( 10 ),
 Make Design}
);