outliers: Detect Outliers

Description Usage Arguments Value

View source: R/helper_outlier.R

Description

Find the outliers some given data based on an outlier model

Usage

1
2
3
4
5
6
7
outliers(x, alpha = 0.05)

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

## S3 method for class '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.


molic documentation built on June 2, 2021, 5:07 p.m.