Model specification and interpretation
disagreement
dataglmer()
display()
glmer(formula = direct ~ social_dist + involved + gender + (1 |
speaker) + (1 | conv), data = d, family = binomial)
coef.est coef.se
(Intercept) -1.24 0.30
social_distfamiliar 0.59 0.32
involvedyes 0.58 0.23
genderm 0.12 0.26
Error terms:
Groups Name Std.Dev.
speaker (Intercept) 0.00
conv (Intercept) 0.41
Residual 1.00
---
number of obs: 353, groups: speaker, 44; conv, 22
AIC = 463.6, DIC = 418.8
deviance = 435.2
marginalmeans()
variables=
term value marginalmean conf.low conf.high p.value
1 social_dist distance 0.29 0.20 0.40 0.00
2 social_dist familiar 0.43 0.33 0.53 0.17
comparisons()
contrast estimate conf.low conf.high
1 familiar - distance 0.13 -0.01 0.26