Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. >summary(exp2modFull)
  2. Linear mixed model fit by REML ['lmerMod']
  3. Formula: RT_log ~ Condition + (Condition | Subject) + (Condition | Item)
  4. Data: exp2
  5.  
  6. REML criterion at convergence: -1978.6
  7.  
  8. Scaled residuals:
  9. Min 1Q Median 3Q Max
  10. -3.7080 -0.5775 -0.0634 0.4801 7.8186
  11.  
  12. Random effects:
  13. Groups Name Variance Std.Dev. Corr
  14. Subject (Intercept) 0.0261472 0.16170
  15. Conditionoddman 0.0028821 0.05369 -0.21
  16. Conditionhetero 0.0037356 0.06112 -0.46 0.80
  17. Item (Intercept) 0.0018914 0.04349
  18. Conditionoddman 0.0002885 0.01699 -0.97
  19. Conditionhetero 0.0010140 0.03184 -0.65 0.81
  20. Residual 0.0320147 0.17893
  21. Number of obs: 3600, groups: Subject, 20; Item, 12
  22.  
  23. Fixed effects:
  24. Estimate Std. Error t value
  25. (Intercept) 6.583310 0.038622 170.46
  26. Conditionoddman -0.009109 0.014883 -0.61
  27. Conditionhetero 0.021487 0.018018 1.19
  28.  
  29. Correlation of Fixed Effects:
  30. (Intr) Cndtnd
  31. Conditnddmn -0.309
  32. Conditinhtr -0.472 0.722
  33.  
  34. > summary(exp2modFull.noItemIntCorr)
  35. Linear mixed model fit by REML ['lmerMod']
  36. Formula: RT_log ~ Condition + (Condition | Subject) + (1 | Item) + (0 + Condition | Item)
  37. Data: exp2
  38.  
  39. REML criterion at convergence: -1978.6
  40.  
  41. Scaled residuals:
  42. Min 1Q Median 3Q Max
  43. -3.7080 -0.5775 -0.0634 0.4801 7.8186
  44.  
  45. Random effects:
  46. Groups Name Variance Std.Dev. Corr
  47. Subject (Intercept) 0.0261470 0.16170
  48. Conditionoddman 0.0028821 0.05369 -0.21
  49. Conditionhetero 0.0037356 0.06112 -0.46 0.80
  50. Item (Intercept) 0.0000000 0.00000
  51. Item.1 Conditionhomo 0.0018914 0.04349
  52. Conditionoddman 0.0007414 0.02723 0.99
  53. Conditionhetero 0.0011073 0.03328 0.69 0.78
  54. Residual 0.0320147 0.17893
  55. Number of obs: 3600, groups: Subject, 20; Item, 12
  56.  
  57. Fixed effects:
  58. Estimate Std. Error t value
  59. (Intercept) 6.583310 0.038622 170.46
  60. Conditionoddman -0.009109 0.014883 -0.61
  61. Conditionhetero 0.021487 0.018018 1.19
  62.  
  63. Correlation of Fixed Effects:
  64. (Intr) Cndtnd
  65. Conditnddmn -0.309
  66. Conditinhtr -0.472 0.722
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement