The process continues until n effects are obtained, where n is the number of rows in the data table, thus fully saturating the model. If complete saturation is not possible with the factors, JMP generates random orthogonalized effects to absorb the rest of the variation. They are labeled Null n where n is a number. For example, this situation occurs if there are exact replicate rows in the design.
Mathematically, the Screening platform takes the n values in the response vector and rotates them into n new values. The rotated values are then mapped by the space of the factors and their interactions.
Contrasts = T’ × Responses
where T is an orthonormalized set of values starting with the intercept, main effects of factors, two-way interactions, three-way interactions, and so on, until n values have been obtained. Since the first column of T is an intercept, and all the other columns are orthogonal to it, these other columns are all contrasts, that is, they sum to zero. Since T is orthogonal, it can serve as X in a linear model. It does not need inversion, since T’ is also T-1 and (T’T)T’. The contrasts are the parameters estimated in a linear model.
The value for Lenth’s PSE is shown at the bottom of the Screening report. From the PSE, t-ratios are obtained. To generate p-values, a Monte Carlo simulation of 10,000 runs of n – 1 purely random values is created and Lenth t-ratios are produced from each set. The p-value is the interpolated fractional position among these values in descending order. The simultaneous p-value is the interpolation along the max(|t|) of the n – 1 values across the runs. This technique is similar to that in Ye and Hamada (2000).
1.
Open the sample data Half Reactor.jmp.
2.
Select Analyze > Modeling > Screening.
3.
Select Percent Reacted as the response variable, Y.
5.
6.
Select Script > Save Script to Script Window from the red-triangle menu of the report.
7.
Add LenthSimN=50000; to the top of the Script Window (above the code).
8.
Highlight LenthSimN=50000; and the remaining code.
Note that if LenthSimN=0, the standard t-distribution is used (not recommended).