## Define a hypothetical matrix:
sigma <- reshape_vec2mat(cov = .4, order = 5)
## Simualte a list of unstandardized covariance matrices:
simulate_matrix(sigma = sigma, n = 50, k = 10, as_cor = FALSE)
## Simualte a list of correlation matrices:
simulate_matrix(sigma = sigma, n = 50, k = 10, as_cor = TRUE)
Run the code above in your browser using DataLab