Protected LSD
![]() |
|
Description: This script oversees an ANOVA and subsequent Means Comparison procedure. The Means comparison is only performed if the F ratio from the ANOVA is significant. Otherwise a message is issued that it is not appropriate. It assumes that the data table is already open and ready for analysis.
This script was developed for a large manufacturing company. They originally implemented a scheme in SAS that set up multiple comparisons in two stages, following the method known as 'Fisher's Protected Least Significance Difference.' The scheme sets up a conventional one-way ANOVA in the first stage. If this analysis is significant (p-value less than alpha), then the second stage is applied. The second stage uses the pair-wise Student's t-test for each pair. If the p-value for the F ratio is not less than alpha, then the script stops and sends a user message to the Log.
An alternative method would be to use Tukey-Kramer Honest Significant Difference which effectively adjusts alpha for multiple comparisons. This alternative method is also available in the JMP Oneway platform under Compare Means options.
Instructions: Open the data table for the analysis. Open and run this script. Select the numeric, continuous response variable. Select the nominal or ordinal predictor variable. Select the significance level (alpha), the default value is 0.05 alpha. Select OK.
Requirements: An open data table.


