ListModelFeatures: Returns the list of features (i.e., variables) on which a specified model is based
Description
This function returns the list of features (typically, response variable
and raw covariates) used in building the model specified by model, an S3
object of class 'dataRobotModel'.
Usage
ListModelFeatures(model)
Value
A character vector of feature names, with one component for
each model feature.
Arguments
model
An S3 object of class dataRobotModel like that returned by
the function GetModel, or each element of the list returned by
the function ListModels.
See Also
Other feature functions:
GetFeatureInfo(),
ListFeatureInfo(),
as.dataRobotFeatureInfo()