Skip to content
Prev 281136 / 398513 Next

good method of removing outliers?

On 30/12/11 17:03, Michael wrote:
Ignoring the moral questions for a moment (totaly depends on your 
defintion of an outlier, your dataset, it's distribution etc etc), for 
the technical implementation, try the outliers package 
(http://www.stats.bris.ac.uk/R/web/packages/outliers/index.html), which 
implements the Grubbs and Cox tests.  Also, see this stackoverflow 
answer of mine that shows an implementation of the Llund test for 
outliers within a regression ( http://stackoverflow.com/a/1444548/74658 ).

Regards,

Paul.