new_informative_variable {msu}R Documentation

Create an informative uniform categorical random variable.

Description

The sampling for the items of the created variable is done with replacement.

Usage

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.

Value

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


[Package msu version 0.0.1 Index]