I wanted to use predicted Rsquare to test if my model is overfitting or not. I am not really familiar with this, so I have a few questions regarding predicted Rsquare.
1. How much smaller for the predicted Rsquare is a sign of overfitting? If the Adjusted R-square is 0.94, and the predicted R-square is 0.84, is it okay?
2. I don't fully understand how the predicted Rsquare was calcuated. I know that it takes one data point out each time, get a regression model, and put that data point back and get a R-square. It repeated for all data points and average the obtained R-squares. But how to get those regression models ? Does JMP use machine learning approach to obtain the model? Are those regression models different from the model I choose?
3. I found that it is not always true to say that the predicted R-square will drop more if there are more factors in the model. I found that, for example, the model with 2 factors can have a lower predicted R-square than a model with 3 factors (although the third factor has a p value (much) bigger than 0.05). In this case, should I include 2 or 3 factors in the model?