Create an informative uniform categorical random variable.
The sampling for the items of the created variable is done with replacement.
new_informative_variable(variable_labels, variable_class, information_level = 1)
variable_labels
: A factor as the labels for the new informative variable.variable_class
: A factor as the class of the variable.information_level
: A integer as the information level of the new variable.A factor that represents an informative uniform categorical random variable created using the Kononenko method.
Useful links