lambda_gen {lsasim} | R Documentation |
Randomly generate a matrix of factor loadings
Description
Randomly generate a matrix of factor loadings
Usage
lambda_gen(n_ind, n_fac, limits, row_names, col_names)
Arguments
n_ind |
number of indicators per factor |
n_fac |
number of factors |
limits |
vector with lower and upper limits for the uniformly-generated Lambdas |
row_names |
vector with row names |
col_names |
vector with col names |
[Package lsasim version 2.1.5 Index]