Learn R Programming

parody (version 1.30.0)

tukeyor: calibrated outlier region based on various algorithms

Description

calibrated outlier region based on various algorithms

Usage

tukeyor(x, alpha=0.05, g=box.scale(length(x), alpha = alpha), ftype="ideal")

Arguments

x
x
alpha
alpha
g
g
ftype
ftype

Examples

Run this code
data(tcost)
apply(tcost, 2, tukeyor)

Run the code above in your browser using DataLab