Re: [R] how to find outliers from the list of values

2012-05-18 Thread Prakash Thomas
he same time see your data. > > dat = c(11489, 11008, 11873, 8000, 9558, 8645, 8024, 8371) >> a = boxplot(dat) >> a$out >> > [1] 8e+07 > > > > -Original Message- From: Prakash Thomas > Sent: Tuesday, May 15, 2012 7:00 AM > To: r-help@r-pro

Re: [R] how to find outliers from the list of values

2012-05-17 Thread Robert Baer
645, 8024, 8371) a = boxplot(dat) a$out [1] 8e+07 -Original Message- From: Prakash Thomas Sent: Tuesday, May 15, 2012 7:00 AM To: r-help@r-project.org Subject: [R] how to find outliers from the list of values Hi, I am new to R and I would like to get your help in finding 'ou

Re: [R] how to find outliers from the list of values

2012-05-17 Thread Bert Gunter
Petr et. al: FWIW (probably not much). As you know, tens of thousands of pages about "outliers" have been written by statisticians. IMHO, it is another of the really terrible ideas of our discipline and has led to much scientific abuse, as indicated by this posting. For this reason, I have elimin

Re: [R] how to find outliers from the list of values

2012-05-17 Thread Petr PIKAL
Hi I had not see any answer yet but maybe there is nobody who wants to touch the elusive object of "outlier". Neither me, but here are some ideas how one can proceed. First of all its always up to you what is considered an outlier and how will you deal with them. I usually call an outlier an

[R] how to find outliers from the list of values

2012-05-15 Thread Prakash Thomas
Hi, I am new to R and I would like to get your help in finding 'outliers'. I have mvoutlier package installed in my system and added the package . But I not able find a function from 'mvoutlier' package which will identify 'outliers'. This is the sample list of data I have got which has on