new_informative_variable function

Create an informative uniform categorical random variable.

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)

Arguments

  • 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.

Returns

A factor that represents an informative uniform categorical random variable created using the Kononenko method.

  • Maintainer: Elias Maciel
  • License: GPL-3 | file LICENSE
  • Last published: 2017-09-30

Useful links