search for: enfa_mortality

Displaying 1 result from an estimated 1 matches for "enfa_mortality".

2010 Oct 25
3
question in using nlme and lme4 for unbalanced data
...oth nlme and lme4. But I don't know whether they take the unbalanced data properly. So my question is, does lme in nlme and lmer in lme4 take unbalanced data? How do I know it's analysis in a proper way? Here is my code and the result for each method. I first try nlme library(nlme) m=lme(enfa_mortality~guild_removal*enfa_removal,random=~1|block,data=com_summer) It gave me the result as following Linear mixed-effects model fit by REML Data: com_summer AIC BIC logLik 8.552254 14.81939 1.723873 Random effects: Formula: ~1 | block (Intercept) Residual StdDev: 9.722548e-...