loadings {Rnest} | R Documentation |
Print Loadings in NEST
Description
Print Loadings in NEST
Usage
loadings(x, nfactors = x$nfactors, method = x$method, ...)
Arguments
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 |
Value
A p \times k
matrix containing loadings where p
is the number of variables and k
is the number of factors (nfactors
).
Note
See stats::loadings
for the original documentation.
Examples
results <- nest(ex_2factors, n = 100)
loadings(results)
[Package Rnest version 0.0.0.1 Index]