-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.2 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
Package: inlamemi
Type: Package
Title: Missing Data and Measurement Error Modelling in INLA
Version: 1.1.0
Authors@R: c(
person("Emma", "Skarstein", email = "[email protected]",
role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0002-6347-855X")),
person("Stefanie", "Muff",
role = c("aut"),
comment = c(ORCID = "0000-0002-8425-0757"))
)
Description: Facilitates fitting measurement error and missing data imputation models using integrated nested Laplace approximations, according to the method described in Skarstein, Martino and Muff (2023) <doi:10.1002/bimj.202300078>. See Skarstein and Muff (2024) <doi:10.48550/arXiv.2406.08172> for details on using the package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Suggests:
INLA,
knitr,
testthat (>= 3.0.0),
tibble,
rmarkdown,
spelling
Additional_repositories: https://inla.r-inla-download.org/R/stable/
Config/testthat/edition: 3
Imports:
dplyr,
ggplot2,
rlang,
stats,
methods,
scales
Depends:
R (>= 2.10)
URL: https://emmaskarstein.github.io/inlamemi/, https://github.com/emmaSkarstein/inlamemi
Language: en-US