adjust_class_label {daltoolbox} | R Documentation |
adjust categorical mapping
Description
vector value
is adjusted to a categorical mapping
Usage
adjust_class_label(x, valTrue = 1, valFalse = 0)
Arguments
x |
vector to be categorized |
valTrue |
value to represent true |
valFalse |
value to represent false |
Value
an adjusted categorical mapping
[Package daltoolbox version 1.0.767 Index]