As part of my data analysis workflow, I want to test for outliers, and then do my further calculation with and without those outliers.
I\'ve found the outlier pack
If you're worried about outliers, instead on throwing them out, use a robust method. For example, instead of lm, use rlm.