-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 847 Bytes
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: gamm4
Version: 0.3-0
Authors@R: c(person(given = "Simon",
family = "Wood",
role = c("aut","cre"),
email = "simon.wood@r-project.org"),
person(given = "Fabian",
family = "Scheipl",
role = "aut"),
person(given = "Arno",
family = "Schneuwly",
role = "aut"))
Maintainer: Simon Wood <simon.wood@r-project.org>
Title: Generalized Additive Mixed Models using 'mgcv' and 'lme4'
Description: Estimate generalized additive mixed models via a version of
function gamm() from 'mgcv', using 'lme4' for estimation.
Depends: R (>= 4.4.0), methods, Matrix (>= 1.7-0), lme4 (>= 1.0), mgcv (>= 1.9-2)
License: GPL (>= 2)
Suggests: reticulate
NeedsCompilation: no