This function generates a population of comparison data
GenerateData(x, n, n.factors = 0, max.trials = 5, initial.multiplier = 1)
The data matrix
Size of population to create
The number of factors used to reproduce correlations. The default value is 0.
Maximum number of trials. The default value is 5.
Size of multiplier to adjust target correlations. The default value is 1.
Population of comparison data
Called by higher-order functions; users do not need to call this function directly.