-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
51 lines (51 loc) · 1.52 KB
/
DESCRIPTION
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
Package: lmerTest
Type: Package
Title: Tests in Linear Mixed Effects Models
Version: 3.1-3
Authors@R: c(person("Alexandra", "Kuznetsova", role = c("aut")),
person("Per", "Bruun Brockhoff", role = c("aut", "ths"),
email = "perbb@dtu.dk"),
person("Rune", "Haubo Bojesen Christensen", role = c("aut", "cre"),
email = "Rune.Haubo@gmail.com"),
person("Sofie", "Pødenphant Jensen", role=c("ctb"), email="sofp@dtu.dk"))
Depends:
R (>= 3.2.5),
lme4 (>= 1.1-10),
stats,
methods
Imports:
numDeriv,
MASS,
ggplot2
Suggests:
pbkrtest (>= 0.4-3),
tools
Description: Provides p-values in type I, II or III anova and summary tables
for lmer model fits (cf. lme4) via Satterthwaite's degrees of freedom method. A
Kenward-Roger method is also available via the pbkrtest package. Model selection
methods include step, drop1 and anova-like tables for random effects (ranova).
Methods for Least-Square means (LS-means) and tests of linear contrasts of fixed
effects are also available.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
URL: https://github.com/runehaubo/lmerTestR
BugReports: https://github.com/runehaubo/lmerTestR/issues
RoxygenNote: 7.1.1
Collate:
'anova_contrasts.R'
'contest.R'
'contrast_utils.R'
'data_documentation.R'
'drop1.R'
'estimability.R'
'legacy.R'
'lmer.R'
'lmerTest.R'
'lmer_anova.R'
'lmer_summary.R'
'ls_means.R'
'ranova.R'
'step.R'
'terms_utils.R'
'utils.R'