https://github.com/cran/RLRsim
Raw File
Tip revision: 5843926c38d28485e4937a31adef3c7f17b45978 authored by Fabian Scheipl on 16 March 2022, 15:10:07 UTC
version 3.1-8
Tip revision: 5843926
NEWS
3.1
-------
*** removed bug in LRTSim that led to non-sensical results. 
* now deals with testing in models where tested variance component is 0 for `m`, but not for `mA`. (Thanks, Christoph Huber-Huber!)
* now deals correctly with models returned from lmerTest::lmer (Thanks, twice, Lukas Meier)

3.0
-------
*** now using Rcpp
* removed terrible "browser()"-bug in extract.lmeDesign()
back to top