mbgraphic (version 1.0.1)

outliertuk: Outlier classification

Description

Creates a matrix of outlier classification ("outl" or "non") for the data set based on Tukey's defnition.

Usage

outliertuk(x)

Arguments

x

A numeric vector, a numeric matrix or a data frame. In case of a data frame only the numeric variables are used.

Value

A data frame with same dimension as x minus non-numeric variables.

See Also

outlier1dv

Examples

Run this code
# NOT RUN {
data(Election2005)
outlc <- outliertuk(Election2005)

# }
# NOT RUN {
<!-- %# sort and plot with function "visid" from package "extracat" -->
# }
# NOT RUN {
<!-- %\dontrun{ -->
# }
# NOT RUN {
<!-- %library(extracat) -->
# }
# NOT RUN {
<!-- %visid(outlc,sort="b") -->
# }
# NOT RUN {
<!-- %} -->
# }

Run the code above in your browser using DataLab