.nest_sym {EFAtools} | R Documentation |
Get reference values for nest.
Description
Function called from within NEST so usually no call to this is needed by the user. Provides a C++ implementation of the NEST simulation procedure
Usage
.nest_sym(nf, N, M, nreps = 1000L)
Arguments
nf |
numeric. Current number of factors. |
N |
numeric. Number of cases / observations in dataset. |
M |
numeric matrix. A transposed matrix of cbind(loadings, diag(sqrt(uniquenesses))). |
nreps |
numeric. Number of datasets to create. |
[Package EFAtools version 0.6.0 Index]