Tagged Questions

5
votes
1answer
56 views

detecting outliers in a sparse distribution?

i would like to find what the best way to detect outliers is. here is the problem and some things which probably will not work. let's say we want to fish out some quasi-uniform data from a dirty ...
5
votes
4answers
6k views

How to use Outlier Tests in R Code

As part of my data analysis workflow, I want to test for outliers, and then do my furthur calculation with and without those outliers. I've found the outlier package, which has various tests, but ...
3
votes
6answers
1k views

what are the efficient and accurate algorithms to exclude outliers from a set of data?

I have set of 200 data rows(implies a small set of data).I want to carry out some statistical analysis,before that i want to exclude outliers.What are the potential algos for the purpose,Accuracy is a ...
2
votes
3answers
92 views

R packages to look for misentered data

I'm dealing with a data set that has some obvious errors in the data (ie kid that's < 1yr old with a $50,000 credit card balance). I can't go thru line by line as set is >100k lines. Is there any ...
2
votes
2answers
922 views

R: How to remove outliers from a smoother in ggplot2?

I have the following data set that I am trying to plot with ggplot2, it is a time series of three experiments A1, B1 and C1 and each experiment had three replicates. I am trying to add a stat which ...
0
votes
1answer
400 views

cooks distance plot with R

Does anybody know, how to grab the single cooks distance plot that you get from this code: treatment <- factor(rep(c(1, 2), c(43, 41)), levels = c(1, 2), labels = c("placebo","treated")) improved ...
0
votes
1answer
149 views

Gem that can detect statistical outliers

Does anybody know of any gems that are able to detect statistical outliers of a set? Thanks.