Hi @MetaLizard62080,
Did you read responses from @statman and I about your previous post Choosing to exclude from 2 equal outliers in DoE ?
To make it clear and repeat it, Studentized residuals may be a good way to identify outliers based on an assumed model. See more infos about how the studentized residuals are calculated here : Row Diagnostics (jmp.com)
"Points that fall outside the red limits should be treated as probable outliers. Points that fall outside the green limits but within the red limits should be treated as possible outliers, but with less certainty."
You can use them as a model diagnostic of the complexity adequacy of the model fitted on the data. This illustrates notably how/why your studentized residuals results are dependant on model, as removing/adding a term in the model change the diagnostic about which points may be model-based outliers : the behavior of these points are not described/predicted well by the model, but that doesn't make them outliers in every other cases/modeling options.
You should NOT discard/delete points based on model-based outliers analysis, these tools are great to refine your model and adjust its complexity, with the help of other statistical metrics and criterion (R²/R² adjusted, RMSE, p-values, Information criterion like AICc/BIC, ...).
See other related posts :
Supress the effect of outliers when fitting the model and in predictions
Outlier Analysis
Identifying and analyzing outliers should be done before modeling, with adequate tools. If you want to investigate if points in your dataset may be outliers, try to use multivariate methods based on distances like Mahalanobis, Jackknife or T² distances : Outlier Analysis You also have a range of other analysis in the menu Explore Outliers.
In any case, a statistical analysis is not sufficient to discard points that may be outliers, you have to investigate these strange points and understand how/why the measured values of these points seem strange compared to others : measurement error, experimental error, operator change/error, or perhaps something unexpected is happening ?
Hope this answer may help you,
Victor GUILLER
"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)