-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
50 lines (50 loc) · 1.29 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
Package: multilevelmod
Title: Model Wrappers for Multi-Level Models
Version: 1.0.0.9000
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2402-136X")),
person("Hannah", "Frick", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6049-5258")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Bindings for hierarchical regression models for use with the
'parsnip' package. Models include longitudinal generalized linear
models (Liang and Zeger, 1986) <doi:10.1093/biomet/73.1.13>, and
mixed-effect models (Pinheiro and Bates)
<doi:10.1007/978-1-4419-0318-1_1>.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/multilevelmod,
http://multilevelmod.tidymodels.org/
Depends:
parsnip (>= 1.0.0),
R (>= 3.5)
Imports:
cli,
dplyr,
lme4,
purrr,
rlang,
tibble,
withr
Suggests:
covr,
gee,
ggplot2,
knitr,
nlme,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tidymodels
VignetteBuilder:
knitr
Config/Needs/website:
tidymodels/tidymodels,
tidyverse/tidytemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3