powered by
The sampling for the items of the created variable is done with replacement.
new_variable(elements, n)
A vector with the elements from which to choose to create the variable.
An integer indicating the number of items to be contained in the variable.
A factor that represents a uniform categorical variable.
# NOT RUN { new_variable(c(0,1), 4) new_variable(c('a','b','c'), 10) # }
Run the code above in your browser using DataLab