Learn R Programming

outliertree (version 1.9.0)

extract.training.outliers: Extract outliers found in training data

Description

Extracts outliers from a model generated by `outlier.tree` if it was passed parameter `save_outliers` = `TRUE`.

Usage

extract.training.outliers(outlier_tree_model)

Value

A data frame with the outliers, which can be pretty-printed by function `print` from this same package.

Arguments

outlier_tree_model

An Outlier Tree object as returned by `outlier.tree`.