The definition of a standardized residual is the residual values divided by the standard deviation of the residuals. Therefore all that has to be done, is to save the residuals from the regression platform you are using(i.e. Fit Y by X, Fit Model, etc.).
![12679_pastedImage_0.png 12679_pastedImage_0.png](https://community.jmp.com/t5/image/serverpage/image-id/3674i0EC478E14659DD8A/image-size/medium?v=v2&px=400)
Then create a new column and in that column
![12680_pastedImage_3.png 12680_pastedImage_3.png](https://community.jmp.com/t5/image/serverpage/image-id/3675i67AC22D8C4F80CB8/image-size/medium?v=v2&px=400)
specify the formula
<Saved Residual Column Name> / Col Std Dev(<Saved Residual Column Name>)
![12681_pastedImage_6.png 12681_pastedImage_6.png](https://community.jmp.com/t5/image/serverpage/image-id/3676iBA7EB3D4E69C5C39/image-size/medium?v=v2&px=400)
Then simply go to Graph builder and plot the Standardized Residual column against your X column.
![12682_pastedImage_9.png 12682_pastedImage_9.png](https://community.jmp.com/t5/image/serverpage/image-id/3677i67921BD884DEFF05/image-size/medium?v=v2&px=400)
Jim