Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. mod1 = lmer(data=data, ln_duration ~ treatment + (1 | id/date/size) +
  2. (1 | visitor), na.action=na.exclude)
  3.  
  4. Linear mixed model fit by REML
  5. t-tests use Satterthwaite approximations to degrees of freedom ['lmerMod']
  6. Formula: ln_duration ~ treatment + (1 | id/date/size) +
  7. (1 | visitor)
  8. Data: data
  9.  
  10. REML criterion at convergence: 248
  11.  
  12. Scaled residuals:
  13. Min 1Q Median 3Q Max
  14. -2.7323 -0.4963 -0.0206 0.5600 3.8502
  15.  
  16. Random effects:
  17. Groups Name Variance Std.Dev.
  18. display_size:(date:id) (Intercept) 0.00000 0.0000
  19. date:id (Intercept) 0.00000 0.0000
  20. visitor (Intercept) 0.03574 0.1891
  21. id (Intercept) 0.01164 0.1079
  22. Residual 0.20001 0.4472
  23. Number of obs: 170, groups:
  24. size:(date:id), 130; date:id, 128; visitor, 118; id, 58
  25.  
  26. Fixed effects:
  27. Estimate Std. Error df t value Pr(>|t|)
  28. (Intercept) -0.17012 0.06334 41.63000 -2.686 0.010348 *
  29. treatmenttreatment 0.31172 0.08135 40.27000 3.832 0.000436 ***
  30. ---
  31. Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
  32.  
  33. Correlation of Fixed Effects:
  34. (Intr)
  35. trtmnt -0.729
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement