In the Tiretread.jmp data table, suppose that you are interested in only predicting ABRASION as a function of the three factor variables. In this example, you fit a generalized regression model to predict ABRASION. Then, you perform bagging on that model. Last, you make a prediction for a new observation and investigate the accuracy of that prediction. This is done by obtaining a confidence interval for the prediction.
1.
Select Help > Sample Data Library and open Tiretread.jmp.
2.
Select Analyze > Fit Model.
3.
Select ABRASION and click Y.
4.
Select Generalized Regression from the Personality list.
5.
Select SILICA, SILANE, and SULFUR and click Add.
6.
Click Run.
7.
1.
Select Profilers > Profiler from the red triangle menu next to Adaptive Lasso with AICc Validation.
5.
Confirm that Save Prediction Formulas is selected.
6.
Note: This might take longer to run than the Example of Bagging to Improve Prediction. The larger number of samples gives a better estimate of the prediction distributions.
Return to the data table. For each response variable, there are three new columns denoted as Pred Formula <colname> Bagged Mean, StdError <colname> Bagged Mean, <colname> Bagged Std Dev. The Pred Formula ABRASION Bagged Mean column is the final prediction.
1.
2.
Enter 1 in the How many rows to add box and click OK.
3.
Under the SILICA column, type 0.9 in the box for the new row.
4.
Under the SILANE column, type 43 in the box for the new row.
5.
Under the SULFUR column, type 2 in the box for the new row.
Values for New Row
6.
Select Tables > Transpose.
7.
Select ABRASION Bags (500/0) and click Transpose Columns.
8.
9.
Select Analyze > Distribution.
10.
Select Row 21 and click Y, Columns.
11.
12.
From the red triangle menu next to Row 21, select Display Options > Horizontal Layout.
Distribution Report
The Distribution Report in Distribution Report contains information about the distribution of the predicted values of ABRASION from each bagged model. The final prediction of ABRASION for the new observation is 104.45, which is the mean of all the M bagged predictions. This prediction has a standard error of 4.56. You can also create confidence intervals for the new prediction using the quantiles. For example, a 95% confidence interval for the new prediction is 95.89 to 113.00.

Help created on 9/19/2017