Each platform has preferences configurable using File > Preferences > Platforms. Each platform’s options are scriptable. For detailed information about scripting platform preferences, refer to the JMP Scripting Index. In JMP, select Help > Scripting Index for details.
The following JSL option for Fit Distribution() is equivalent to the Make into Data Table option on the right-click menu for the Parameter Estimates table:
<distribution>( "Make Parms Table" )
In Standard Least Squares, save prediction formulas as SQL expressions using Get SQL Prediction Expression(). For an example, see the JMP Scripting Index on the Help menu.
If you include the Run( "Fit Separately" ) option, the model fits each Y using all rows that are nonmissing for that particular Y. For example, a row that includes one or more missing Y values is included in the model.
Run // or Run( "Fit Together" )
Run( "Fit Separately" )
The following options for Neural() are available only in JSL:
The following options for Partition() are available only in JSL:
The following options for Time Series() are available only in JSL:
The following option for Choice() is available only in JSL:
The following option for Control Chart() is available only in JSL:
surface_plot_object <<Mode( "Isosurface" | "Sheet" )