famuvie / breedR

Statistical methods for forest genetic resources analysts
http://famuvie.github.io/breedR/
GNU General Public License v3.0
31 stars 24 forks source link

could get anova() for fixed factors? #99

Closed yzhlinscau closed 6 years ago

yzhlinscau commented 6 years ago

I did not find any details to account for the significance for fixed factors when using breedR for linear mixed models. Is it possible to obtain something similar to aov table for fixed factors?

famuvie commented 6 years ago

Dear Yuanzhen, I have considered the issue several times, as it is a recurrent request. However, it is not clear how to implement such a method in the context of Mixed Models, particularly with random effects at individual levels. The approach used by SAS (for instance) is questionable (see https://stat.ethz.ch/pipermail/r-help/2006-May/094765.html), which is why the authors of lme4 neither supply p-values.