variable.names.outliertree {outliertree} | R Documentation |
Get Variable Names for OutlierTree Model
Description
Returns the variable names from the data to which an OutlierTree model was fitted.
Columns will be returned in the following order according to their types, regardless of the order that they had in theoriginal input data:
1. Numeric.
2. Date.
3. Timestamp (POSIXct, POSIXlt).
4. Categorical.
5. Boolean / logical.
6. Ordinal.
Usage
## S3 method for class 'outliertree'
variable.names(object, ...)
Arguments
object |
An OutlierTree model as returned by function outlier.tree. |
... |
Not used. |
Value
A character vector with the variable names.
[Package outliertree version 1.9.0 Index]