The Full Factorial Design platform red triangle menu contains these options:
Save Responses
Saves the information in the Responses panel to a new data table. This data table is locked to prevent unintended changes to the responses. Use this table to load the responses and their associated information into most designs. Use the Load and Edit table script to relaunch the designer to make changes to the responses or unlock the data table to manually change responses.
Load Responses
Opens a window that enables you to load your DOE responses from a specified data table. The Select Data Table window includes an option to erase the existing responses in your design. This option is checked by default, but you can uncheck the option to append responses to your design. A response data table has a row for each response and columns for each factor property. Generate a response table using the Save Responses option.
Save Factors
Saves the information in the Factors panel to a new data table. Each factor’s column contains its levels. Other information is stored as column properties. This data table is locked to prevent unintended changes to the factors. Use this table to load the factors and their associated information into most designs. Use the Load and Edit table script to relaunch the designer to make changes to the responses or unlock the data table to manually change responses.
Load Factors
Opens a window that enables you to load your DOE factors from a specified data table. The Select Data Table window includes an option to erase the existing factors in your design. This option is checked by default, but you can uncheck the option to append factors to your design. A factor data table has a column for each factor and rows for each level of the factor. Factor columns need the Design Role column property defined. Generate a factor table using the Save Factors option. If you load factors that are inconsistent with a design type, an alert appears.
Save Constraints
(Not available for some designs.) Saves factor constraints that you defined in the Define Factor Constraints or Linear Constraints outline into a data table, with a column for each constraint. You can then quickly load the constraints into most DOE windows.
In the constraint table, the first rows contain the coefficients for each factor. The last row contains the inequality bound. Each constraint’s column contains a column property called ConstraintState that identifies the constraint as a “less than” or a “greater than” constraint. See “ConstraintState”.
Load Constraints
(Not available for some designs.) Loads factor constraints from a data table. Generate a constraints table using the Save Constraints option.
Set Random Seed
Sets the random seed that JMP uses to control actions that have a random component. These actions include one or more of the following:
– initializing search algorithms for design generation
– randomizing Run Order for design construction
– selecting a starting design for designs based on random starts
To reproduce a design, enter the random seed that generated the design before clicking Make Design.
The random seed associated with a design is included in the DOE Dialog script that is saved to the design data table.
Simulate Responses
Adds simulated response values and a column containing a simulation formula to the design table. Select this option before you click Make Table.
When you click Make Table, the following occur:
– A set of simulated response values is added to each response column.
– For each response, a new column that contains a simulation model formula is added to the design table. The formula is based on the model that is specified in the design window. For a definitive screening design the model is based on the main effects model.
– A Model window appears that enables you to set the values of the model coefficients, set model rules, and specify a distribution for the simulation. For definitive screening designs there is a section where you can add terms to the model. Three distributions are available: Normal, Binomial, or Poisson. Select the distribution based on your response (continuous, dichotomous, or count).
Note: Not all distributions are available for all design types.
– A script called DOE Simulate is saved to the design table. This script reopens the Model window, enabling you to re-simulate values or to make changes to the simulated response distribution.
For additional details, see “Simulate Responses”.
Note:
You can use Simulate Responses to conduct simulation analyses using the JMP Pro Simulate feature. For more information and DOE examples, see “Simulate” in Basic Analysis.
Advanced Options
None available.
Save Script to Script Window
Creates the script for the design that you specified in the Full Factorial Design window and saves it in an open script window.