Displaying 1 result from an estimated 1 matches for "ntrnt1".
Did you mean:
gtrn1
2006 Jun 14
2
lmer binomial model overestimating data?
...0.241 3.32 0.00091
nutrient1 0.788 0.197 4.00 6.3e-05
amd1 -0.540 0.139 -3.88 0.00010
reg1:nutrient1 0.500 0.227 2.21 0.02734
reg2:nutrient1 -0.176 0.146 -1.21 0.22794
Correlation of Fixed Effects:
(Intr) reg1 reg2 ntrnt1 amd1 rg1:n1
reg1 0.169
reg2 -0.066 -0.191
nutrient1 0.178 0.231 -0.034
amd1 -0.074 -0.044 -0.052 -0.078
reg1:ntrnt1 0.157 0.307 -0.180 0.562 -0.002
reg2:ntrnt1 -0.028 -0.154 0.236 0.141 0.033 -0.378
> X <- mod @ X
> fitted <- X %*% fixef(mod)
>
&...