Currently, I am using mixed models using “lme4” package to analyze the repeated measure data on leaf litter decomposition (using lmer function). I went through many literature but still I am not fully convinced with the use of REML = FALSE or TRUE. However, I came to a conclusion that (but not sure why different rules for fixed and random effects):
1) REML = FALSE is used in case of comparing models with different “Fixed effects” (during the simplification of model)
2) REML = TRUE is used in case of different random effects on the comparing models.
I would appreciate for the explanation on the correct use of these functions.