-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·76 lines (76 loc) · 1.67 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: dsMice
Type: Package
Title: DataSHIELD server-side functions for the mice package
Version: 0.2.0
Maintainer: <<[email protected]>
Author: <[email protected]>
License: GPL-3
Description: The dsMice package adds functionality to perform multiple imputation
by chained equations (mice) for federated analysis within the DataSHIELD framework.
This package contains function that need to run on the server side.
Depends:
mice
Imports:
dsBase,
Rdpack,
stats
Suggests:
testthat
RdMacros: Rdpack
Roxygen: list(markdown = TRUE)
AggregateMethods:
matrixProductDS,
matrixMethod,
getVarbyFormula,
isValidDS,
getVarByName,
bindyDS,
getImpute,
getHistogram,
getNa,
miceDS,
identifyNas,
nimp,
md.patternDS,
getXValuesComplete,
partialDataset
Options: datashield.privacyLevel=5
Encoding: UTF-8
LazyData: true
URL: http://amices.github.io/dsMice/
BugReports: https://github.com/amices/dsMice/issues
RoxygenNote: 7.1.1
Collate:
'checkClass.R'
'extract.R'
'findLoginObjects.R'
'getImpute.R'
'getHistogram.R'
'getOpals.R'
'getVarByName.R'
'getVarbyFormula.R'
'isAssigned.R'
'isDefined.R'
'isValidDS.R'
'matrixMethod.R'
'setFilterDS.R'
'getNa.R'
'miceDS.R'
'check.dataform.R'
'check.m.R'
'check.predictorMatrixDS.R'
'make.predictorMatrixDS.R'
'check.blocksDS.R'
'construct.blocksDS.R'
'make.blocksDS.R'
'name.blocksDS.R'
'make.visitSequence.R'
'check.visitSequence.R'
'identifyNas.R'
'nimp.R'
'md.patternDS.R'
'getXValuesComplete.R'
'partialDataset.R'
'imports.R'
'is.naDS.R'
'mice.midsDS.R'