-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.36 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
Package: mdgc
Type: Package
Title: Missing Data Imputation Using Gaussian Copulas
Version: 0.1.7
Authors@R: c(
person("Benjamin", "Christoffersen",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-7182-1346")),
person("Alan", "Genz",
role = "cph"),
person("Frank", "Bretz",
role = "cph"),
person("Torsten", "Hothorn",
role = "cph"),
person("R-core", email = "[email protected]",
role = "cph"),
person("Ross", "Ihaka",
role = "cph"))
Description: Provides functions to impute missing values using Gaussian
copulas for mixed data types as described by Christoffersen et al.
(2021) <arXiv:2102.02642>. The method is related to Hoff (2007)
<doi:10.1214/07-AOAS107> and Zhao and Udell (2019) <arXiv:1910.12845>
but differs by making a direct approximation of the log marginal likelihood
using an extended version of the Fortran code created by Genz and Bretz
(2002) <doi:10.1198/106186002394> in addition to also support multinomial
variables.
License: GPL-2
BugReports: https://github.com/boennecd/mdgc/issues
URL: https://github.com/boennecd/mdgc
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
LinkingTo:
Rcpp,
RcppArmadillo,
testthat,
BH,
psqn
Imports:
Rcpp
Suggests:
testthat,
catdata