-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
29 lines (29 loc) · 1004 Bytes
/
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
Package: RLRsim
Type: Package
Title: Exact (Restricted) Likelihood Ratio Tests for Mixed and Additive Models
Version: 3.1-8
Authors@R: c(person("Fabian", "Scheipl", role = c("aut", "cre"),
email = "[email protected]",
comment=c(ORCID="0000-0001-8172-3603")),
person("Ben", "Bolker", role = "ctb",
comment=c(ORCID="0000-0002-2127-0443")))
Maintainer: Fabian Scheipl <[email protected]>
Description: Rapid, simulation-based exact (restricted) likelihood ratio tests
for testing the presence of variance components/nonparametric terms for
models fit with nlme::lme(),lme4::lmer(), lmeTest::lmer(), gamm4::gamm4(),
mgcv::gamm() and SemiPar::spm().
License: GPL
URL: https://github.com/fabian-s/RLRsim
BugReports: https://github.com/fabian-s/RLRsim/issues
SystemRequirements: C++11
Depends:
R (>= 2.14.0)
Imports:
Rcpp (>= 0.11.1),
lme4 (>= 1.1),
mgcv,
nlme
LinkingTo: Rcpp
Enhances: SemiPar,
lmerTest
RoxygenNote: 7.1.2