scanOutlier: Search potential outliers

View source: R/scanOutlier.R

scanOutlierR Documentation

Search potential outliers

Description

Search potential outliers in a dataset

Usage

scanOutlier(
  data,
  id,
  method.numeric = "numOutlier",
  method.factor = "factorOutlier",
  method.id = "checkId",
  args.num = NULL,
  args.factor = NULL
)

Arguments

data

the dataset

id

the name of the column containg a unique identifier for each observation

method.numeric

the method used to detect outliers in a numeric variable

method.factor

the method used to detect outliers in a categorical variable

method.id

the method used to detect outliers in identifiers

args.num

arguments to be passed to the method.numeric

args.factor

arguments to be passed to the method.factor


bozenne/butils documentation built on Oct. 14, 2023, 6:19 a.m.