outbox: Detects outliers using the boxplot rule

Description Usage Arguments Value See Also

View source: R/Rallfun-v24.R

Description

This function detects outliers using the boxplot rule, but unlike the R function boxplot, the ideal fourths are used to estimate the quartiles. Setting mbox=T results in using the modification of the boxplot rule suggested by Carling (2000).

Usage

1
2
outbox(x, mbox = FALSE, gval = NA, plotit = FALSE, STAND =
                 FALSE)

Arguments

x

A vector

mbox

Setting mbox=T results in using the modification of the boxplot rule suggested by Carling (2000).

gval
plotit

Should a boxplot be drawn?

STAND

...

Value

out.val

The values of the outliers

out.id

The indexes of the outliers

keep

The indexes of the non-outliers

cl, cu

lower and upper confidence limit

See Also

outpro, out


WRS documentation built on May 2, 2019, 5:49 p.m.