Learn R Programming

molic (version 2.0.3)

outliers: Detect Outliers

Description

Find the outliers some given data based on an outlier model

Usage

outliers(x, alpha = 0.05)

# S3 method for outlier outliers(x, alpha = 0.05)

# S3 method for mixed_outlier outliers(x, alpha = 0.05)

Arguments

x

A outlier object

alpha

Sigficance level

Value

Vector of logicals referring to the indicies in the data used to call x for which the observations are outliers.