summary.outForest | R Documentation |
Summary method for an object of class "outForest". Besides the number of outliers per variables, it also shows the worst outliers.
## S3 method for class 'outForest'
summary(object, ...)
object |
A on object of class "outForest". |
... |
Further arguments passed from other methods. |
A list of summary statistics.
out <- outForest(iris, seed = 34, verbose = 0)
summary(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.