Hi all,
I need to remove outliers (with IQR (1.5) criteria at both ends) in about 70 variables. I’m looking for a software that can help me achieve it in as simple and straight forward way as possible, i.e., without having to first make iqr 1.5 cut offs for each variable - then flagging outliers with some binary variable - then removing them or generating a new variable – one variable at a time. I want to do it all together in one go: remove all outliers on all individual variables in varlist and generate new variables without outliers with some new prefix/suffix or something.
I understand IQR is not the best approach and I understand the limitations and potential problems of identifying outliers with IQR approach – but the project I’m working on requires it.
Is there a user-written software to make this process efficient?
Thankfully,
Massao
I need to remove outliers (with IQR (1.5) criteria at both ends) in about 70 variables. I’m looking for a software that can help me achieve it in as simple and straight forward way as possible, i.e., without having to first make iqr 1.5 cut offs for each variable - then flagging outliers with some binary variable - then removing them or generating a new variable – one variable at a time. I want to do it all together in one go: remove all outliers on all individual variables in varlist and generate new variables without outliers with some new prefix/suffix or something.
I understand IQR is not the best approach and I understand the limitations and potential problems of identifying outliers with IQR approach – but the project I’m working on requires it.
Is there a user-written software to make this process efficient?
Thankfully,
Massao
Comment