Guest User

Untitled

a guest
Jul 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Call:
  2. factanal(x = combined_MW, factors = 2, scores = "regression", rotation = "promax")
  3.  
  4. Uniquenesses:
  5. GeneralEMT clear_MW MW_Valence MW_react MW_judge MW_import
  6. 0.484 0.865 0.221 0.182 0.772 0.590
  7.  
  8. Loadings:
  9. Factor1 Factor2
  10. GeneralEMT 0.705
  11. clear_MW 0.376
  12. MW_Valence 0.892
  13. MW_react 0.916
  14. MW_judge -0.410 0.172
  15. MW_import 0.101 0.654
  16.  
  17. Factor1 Factor2
  18. SS loadings 2.316 0.609
  19. Proportion Var 0.386 0.102
  20. Cumulative Var 0.386 0.488
  21.  
  22. Factor Correlations:
  23. Factor1 Factor2
  24. Factor1 1.000 -0.214
  25. Factor2 -0.214 1.000
  26.  
  27. Test of the hypothesis that 2 factors are sufficient.
  28. The chi square statistic is 8.1 on 4 degrees of freedom.
  29. The p-value is 0.0882
  30.  
  31. > (fac.MW = factanal(combined_MW,
  32. factors = 3,
  33. rotation ="promax",
  34. scores = "regression"))
  35.  
  36. Call:
  37. factanal(x = combined_MW, factors = 3, scores = "regression", rotation = "promax")
  38.  
  39. Uniquenesses:
  40. GeneralEMT clear_MW MW_Valence MW_react MW_judge MW_import
  41. 0.491 0.935 0.243 0.145 0.324 0.005
  42.  
  43. Loadings:
  44. Factor1 Factor2 Factor3
  45. GeneralEMT 0.700
  46. clear_MW 0.218 0.111
  47. MW_Valence 0.828
  48. MW_react 0.956
  49. MW_judge 0.826
  50. MW_import 1.002
  51.  
  52. Factor1 Factor2 Factor3
  53. SS loadings 2.094 1.058 0.705
  54. Proportion Var 0.349 0.176 0.118
  55. Cumulative Var 0.349 0.525 0.643
  56.  
  57. Factor Correlations:
  58. Factor1 Factor2 Factor3
  59. Factor1 1.0000 -0.0283 0.198
  60. Factor2 -0.0283 1.0000 -0.524
  61. Factor3 0.1980 -0.5245 1.000
  62.  
  63. The degrees of freedom for the model is 0 and the fit was 7e-04
Add Comment
Please, Sign In to add comment