Removing outliers after using MAD from Routliers package

Hi, I have a question about removing outliers.

I used the outliers_mad(x, b, threshold, na.rm) function from the Routliers package to detect univariate outliers in my dataset.
It came back with 26 observations.
Now, I decided to do a sensitivity analysis to decide whether I need to remove the outliers or not.
That means that I ran my tests once WITH the outliers, and now I will need to run them once more WITHOUT the outliers, to see if the signiifcance of my results changed.

Is there a way to remove the outliers found by the outliers_mad function?

I'll be grateful for any help!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.