Dear all
I used this code to remove the outlayers and it works well. Just I want to know if this code represent winsorizing the data or not.
centile(variable name ), centile(1, 99)
drop if (variable name < r(c_1) | variable name> r(c_2) ).
Thank you in advance for your comments.
Issa
I used this code to remove the outlayers and it works well. Just I want to know if this code represent winsorizing the data or not.
centile(variable name ), centile(1, 99)
drop if (variable name < r(c_1) | variable name> r(c_2) ).
Thank you in advance for your comments.
Issa
Comment