is_supported_variable {recforest} | R Documentation |
Check if a Variable is Supported
Description
This function is a generic method that checks if a given variable is supported. The actual implementation of the check is provided by specific methods for different classes of variables.
Usage
is_supported_variable(x)
Arguments
x |
The variable to be checked. |
Value
A logical value indicating whether the variable is supported.
[Package recforest version 1.0.0 Index]