loadings | R Documentation |
Print Loadings in NEST
loadings(x, nfactors = x$nfactors, method = x$method, ...)
x |
An object of class "nest". |
nfactors |
The number of factors to retains. |
method |
A method used to compute loadings and uniquenesses. |
... |
Further arguments to methods in "nest" or the |
A p \times k
matrix containing loadings where p
is the number of variables and k
is the number of factors (nfactors
).
See stats::loadings
for the original documentation.
results <- nest(ex_2factors, n = 100)
loadings(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.