Extract Loadings from an Object

DESCRIPTION:

Returns the loadings component of an object. In objects of class bdPrincomp, princomp, and factanal this component is of class loadings.

USAGE:

loadings(x) 

REQUIRED ARGUMENTS:

x
an object, generally of class "bdPrincomp", "princomp", or "factanal".

VALUE:

the loadings component of x which is likely to be of class "loadings".

SEE ALSO:

, , , , .

EXAMPLES:

pc.freeny <- princomp(freeny.x) 
loadings(pc.freeny) 
print(loadings(pc.freeny), cutoff=.5)