How to use Outlier Tests in R Code

前端 未结 4 1494
难免孤独
难免孤独 2020-12-04 18:52

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

4条回答
  •  借酒劲吻你
    2020-12-04 19:18

    If you're worried about outliers, instead on throwing them out, use a robust method. For example, instead of lm, use rlm.

提交回复
热议问题