| scanOutlier | R Documentation | 
Search potential outliers in a dataset
scanOutlier(
  data,
  id,
  method.numeric = "numOutlier",
  method.factor = "factorOutlier",
  method.id = "checkId",
  args.num = NULL,
  args.factor = NULL
)
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  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.