Take a dataframe and build a larger dataframe by permuting the
values in the columns corresponding to variable_levels
.
permute_process_variables(dataframe, variable_levels, variable_direction)
A large dataframe where the values in the modifiable variable columns have been permuted.
A dataframe.
A list indexed by the modifiable process variables and containing the factor levels of each such variable.