Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. > summary(emg.ph)
  2.  
  3. Simultaneous Tests for General Linear Hypotheses
  4.  
  5. Fit: lme4::lmer(formula = data ~ des_days * muscle + (muscle | ratID),
  6. data = data_emg_trf, REML = FALSE, na.action = na.omit)
  7.  
  8. Linear Hypotheses:
  9. Estimate Std. Error z value Pr(>|z|)
  10. des_days1 + des_days1:muscleVM == 0 -0.076243 0.009702 -7.859 <0.001 ***
  11. des_days9 + des_days9:muscleVM == 0 -0.030596 0.011206 -2.730 0.0174 *
  12. des_days45 + des_days45:muscleVM == 0 0.066351 0.009758 6.800 <0.001 ***
  13. ---
  14. Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
  15. (Adjusted p values reported -- single-step method)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement