| initiateOutlierDetection | R Documentation | 
OutlierDetection objectSets up an object of class OutlierDetection.
initiateOutlierDetection(
  data,
  key_name,
  key_prefix = NULL,
  lgl_to_group = TRUE,
  meta_names = character(0),
  verbose = TRUE
)
data | 
 A data.frame. (Rownames are dropped.)  | 
verbose | 
 Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.)  | 
If key_name is NULL the key variable is constructed
as a combination of the input data.frames rownames and the string
provided with key_prefix. If the the datas rownames are NULL
or contain "" the rownumbers are used instead. The newly constructed
key variable is named data_ids.
An object of S4-class OutlierDetection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.