powered by
Print Loadings in NEST
loadings(x, nfactors = x$nfactors, method = x$method, ...)
A \(p \times k\) matrix containing loadings where \(p\) is the number of variables and \(k\) is the number of factors (nfactors).
nfactors
an object of class "nest".
the number of factors to retains.
a method used to compute loadings and uniquenesses.
further arguments to methods in "nest" or the stats::loadings function.
stats::loadings
results <- nest(ex_2factors, n = 100) loadings(results)
Run the code above in your browser using DataLab