As Mark stated everything is available in JMP. You did not specify how these models are created. If you specify numerous Y responses for for the Complete model and then the same responses for the Reduced model this can save a lot of compute time. Assuming this is how the models are specified, here are the steps:
- Use Fit Model to specify the Complete model with numerous Y's.
- On any of the Analysis of Variance tables right click and select "make combined data table." This creates a table of the ANOVA results for each Y variable. Click in the corner and name this table "Complete."
- Repeat steps 1 & 2 for the reduced model and name this combined data table "Reduced."
- Bring the Complete table to the front, and select from the main menu Tables> Concatenate. Select Reduced and check the box for Create a Source column.
- Select a row with Error in the Source column, right click and select matching rows. Then invert the Row selection and delete rows ( or make a subset of the Error rows).
- Now split the table: Select columns :DF and :Sum of Squares for the Split columns, Split By :Source Table and Group By :Y, the responses. This table is now ready to compute the Partial F and the associated p-values in one column.
If you have 5 or more regressions that need this calculation and if the regressions are set up as assumed, it is worth while to follow these steps. However, it is not worth doing all 6 steps for numerous regressions.
If your numerous regressions are not run all at once, then create a table that looks like the one I attached below, using Copy and Paste for the DF and Sum of Squares, then create two new columns for the Partial F and P-value. And they can all be created at once. Note you can use the attached table. The Partial F and P-Value columns are formulas, so once the values are entered the F and significance are computed automatically.
I also attached a script. It is using only one response. But it would work for multiple Y's. Just in case you know some JSL.
BTW, the book Mark suggested is worth reading especially linear models or standard least squares.