loadings package:stats R Documentation _P_r_i_n_t _L_o_a_d_i_n_g_s _i_n _F_a_c_t_o_r _A_n_a_l_y_s_i_s _D_e_s_c_r_i_p_t_i_o_n: Extract or print loadings in factor analysis (or principal components analysis). _U_s_a_g_e: loadings(x) ## S3 method for class 'loadings': print(x, digits = 3, cutoff = 0.1, sort = FALSE, ...) ## S3 method for class 'factanal': print(x, digits = 3, ...) _A_r_g_u_m_e_n_t_s: x: an object of class '"factanal"' or '"princomp"' or the 'loadings' component of such an object. digits: number of decimal places to use in printing uniquenesses and loadings. cutoff: loadings smaller than this (in absolute value) are suppressed. sort: logical. If true, the variables are sorted by their importance on each factor. Each variable with any loading larger than 0.5 (in modulus) is assigned to the factor with the largest loading, and the variables are printed in the order of the factor they are assigned to, then those unassigned. ...: further arguments for other methods, such as 'cutoff' and 'sort' for 'print.factanal'. _S_e_e _A_l_s_o: 'factanal', 'princomp'