该帮助的版本不再更新,请参见https://www.jmp.com/support/help/zh-cn/15.2 获取最新的版本.


dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
fm = dt << Fit Model(
obj = fm << Profiler(
Term Value( age( 12 ), sex( "F" ), weight( 105 ) )
Show( Profiler[1] << Get Desirability ); // show the limits before
Profiler[1] << (height << Response Limits(
{Lower( 50, 0.066 ), Middle( 58, 0.7 ), Upper( 70, 0.95 ), Goal( Minimize ),
Wait( 0.1 ); // for demonstration purposes
Show( Profiler[1] << Get Desirability ); // show the limits after