forked from hojsgaard/pbkrtest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
65 lines (38 loc) · 1.52 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
pbkrtest 0.5.3 (Release date: 2022-12-05)
============================================
Changes
* remat changed to restriction_matrix for increased readability
* WORDLIST file added
* Changes in reference to JSS paper
* Various changes in documentation
* Satterthwaite approximation now illustrated in vignette
pbkrtest 0.5.2 (Release date: 2022-11-24)
============================================
Changes
* Fixed bug in computation of LRTstatistic. Thanks to Helle Sorensen for pointing it out.
pbkrtest 0.5.1 (Release date: 2021-03-09)
============================================
Changes
* Improved documentation
pbkrtest 0.5-0.0 (Release date: 2020-08-04)
============================================
Changes
* Satterthwaite approximation added via the SATmodcomp function.
* Checks for models being nested is not performed for parametric
bootstrap any longer. Reason is that the simr package use parametric
bootstrap for testing variance components being zero.
* doi added to DESCRIPTION file
pbkrtest 0.4-8.6 (Release date: 2020-02-20)
============================================
Bug fixes:
* documentation fixed ddf_Lb is now exported
* mclapply issue for windows fixed
* vcovAdj.lmerMod is exported to make emmeans work. Contact Russ Lenth
to make emmeans used generic function vcovAdj.
pbkrtest 0.4-8 (Release date: 2020-02-20)
==========================================
Bug fixes:
* Issue related to class() versus inherits() fixed.
Changes:
* NEWS file added
* NAMESPACE file is now generated automatically