powered by
Construct covariance matrices for the generation of simulated test data.
cov_gen(pr_grp_1, n_fac, n_ind, Lambda = 0:1)
A list containing three covariance matrices: vcov_yxw, vcov_yxz and vcov_yfz
proportion of observations in group 1. Can be a scalar or a vector
number of factors
number of indicators per factor
either a matrix containing the factor loadings or a vector containing the lower and upper limits for a randomly-generated Lambda matrix
vcov <- cov_gen(pr_grp_1 = .5, n_fac = 3, n_ind = 2) str(vcov)
Run the code above in your browser using DataLab