[R-sig-Geo] eliminate outlays

Henrique Dallazuanna wwwhsd at gmail.com
Wed Aug 6 23:08:25 CEST 2008


Try this:

set.seed(123)
x <- rnorm(100)
bp <- boxplot(x)
boxplot(x[!x == bp$out])

On Wed, Aug 6, 2008 at 5:52 PM, Alessandro <alessandro.montaghi at unifi.it> wrote:
> Hi All,
>
>
>
> After a normalization of my data-set with:
>
>
>
> testground$Z<-qnorm((rank(testground$Z)-0.375)/(sum(!is.na(testground$Z))+0.25))
> #normalize
>
>
>
> In boxplot appear outlays  value (see fig). After this I wish eliminate this
> outlays to processing the data with kriging model. There is suggestion
> please?
>
>
>
> Thank you a lot
>
>
>
> Ale
>
>
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>
>



-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O




More information about the R-sig-Geo mailing list