Displaying 1 result from an estimated 1 matches for "d1d1".
Did you mean:
11d1
2011 Jun 30
1
Analysing insecticide biossays using lmer
...to insecticide.
My problem is that I have up to four replicates for some genotypes, but only
one for other... Due to this unbalanced design, I thought of using lmer
procedure (lme4).
Here are the data, the model and the R output:
> dataf
geno ml bouteille dose logdose tot mort date
1 D1D1 0.4 0.10 4e-04 -3.397940 32 0 1
2 D1D1 0.4 0.10 4e-04 -3.397940 83 4 2
3 D1D1 0.5 0.10 5e-04 -3.301030 120 17 2
4 D1D1 0.5 0.10 5e-04 -3.301030 114 2 4
5 D1D1 0.6 0.10 6e-04 -3.221849 34 10 1
6 D1D1 0.6 0.10 6e-04 -3.221849 72...