New column based on the studentized residual outliers - if missing then create a copy+paste original column
I saved my studentized residuals and grouped, run a screening outliers as below: Explore Outliers(
Y( Column Group( "Studentized Group" ) ),
Robust Fit Outliers( K Sigma( 2.5 ), Huber( 1 ) )
);
obj << Change to Missing(Now, if there are any missing on the studentized columns I need to create a new column from that Y(variable) use all the original data without that row that is the outlier fo...