parse.formula {ranger} | R Documentation |
Parse formula
Description
Parse formula and return dataset containing selected columns. Interactions are supported for numerical columns only. An interaction column is the product of all interacting columns.
Usage
parse.formula(formula, data, env = parent.frame())
Arguments
formula |
Object of class |
data |
Training data of class |
env |
The environment in which the left hand side of |
Value
Dataset including selected columns and interactions.
[Package ranger version 0.16.0 Index]