For the latest version of JMP Help, visit JMP.com/help.

Figure 3.5 Maximization Options Window
Figure 3.6 Response Goal Window
(Appears when a Sigma column property exists in any of the factor and response variables.) This option displays the 3σ interval that is implied on the response due to the variation in the factor. Propagation of error (POE) is important when attributing the variation of the response in terms of variation in the factor values when the factor values are not very controllable. See Propagation of Error Bars.
Figure 3.7 Sensitivity Indicators
Figure 3.8 Factor Settings Window
Assigns the values of a data table row to the X variables in the Prediction Profiler.
	{factor1 = n1, factor2 = n2, ...}
	ProfileCallbackLog = Function({arg},show(arg));
Then enter ProfileCallbackLog in the Set Script dialog.
	ProfileCallbackAssign = Function({arg},evalList(arg));
	ProfileCallbackAccess = Function({arg},f1=arg["factor1"];f2=arg["factor2"]);

Help created on 3/19/2020