I messed around with modeling your data set a little.
This model for X6 looks pretty good
Fit Model(
Y(
Transform Column(
"BoxCox(X__6,-0.249)",
Formula( (:X__6 ^ (-0.249) - 1) / -0.0000000005401720099 )
)
),
Effects(
:X__1 & RS, :X__5 & RS, :X__1 * :X__5, :X__2 * :X__4, :X__4 * :X__4, :X__4,
:X__2
),
Personality( "Standard Least Squares" ),
History( Y( :X__6 ) ),
Emphasis( "Effect Screening" ),
Run(
Profiler(
1,
Confidence Intervals( 1 ),
Term Value(
X__1( 8, Lock( 0 ), Show( 1 ) ),
X__5( 250, Lock( 0 ), Show( 1 ) ),
X__2( 160, Lock( 0 ), Show( 1 ) ),
X__4( 0.09292, Lock( 0 ), Show( 1 ) )
)
),
:"BoxCox(X__6,-0.249)"n << {Summary of Fit( 0 ), Analysis of Variance( 0 ),
Parameter Estimates( 1 ), Effect Details( 0 ), Sorted Estimates( 0 ),
Plot Actual by Predicted( 1 ), Plot Regression( 0 ),
Plot Residual by Predicted( 1 ), Plot Studentized Residuals( 1 ),
Plot Effect Leverage( 0 ), Plot Residual by Normal Quantiles( 0 ),
Box Cox Y Transformation( 1 )}
)
)
There is a pretty wild looking transform for x6, but it was easy.
Turn on the Box Cox transformation option, then from the red triangle in the Box-Cox Transformations outline bar, choose Refit with Transform.
The model uses a reduced set of factors
Also, try changing the Y-axis of the profiler to Log from Linear to see the response surface better.
Prediction Profiler
I might have cheated a little on getting the reduced model. In JMP Pro, I used Generalized Regression, Lasso, Leave One out validation, then relaunched with active effects and added back main effects (didn't enforce effect heredity in the lasso).
Excluding row 4 improves the model statistics. For x6 it looks like a potential outlier. After reducing the model, loosing this one run has a minimal effect on quality of the design.
JMP Systems Engineer, Health and Life Sciences (Pharma)