forked from olssol/idem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·59 lines (58 loc) · 1.48 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(plot,IDEMDATA)
S3method(plot,IDEMFIT)
S3method(plot,IDEMIMP)
S3method(plot,IDEMINFER)
S3method(plot,IDEMSINGLE)
S3method(plot,summary.IDEMINFER)
S3method(print,IDEMDATA)
S3method(print,IDEMERROR)
S3method(print,IDEMFIT)
S3method(print,IDEMIMP)
S3method(print,IDEMINFER)
S3method(print,IDEMSINGLE)
S3method(print,summary.IDEMINFER)
S3method(summary,IDEMDATA)
S3method(summary,IDEMINFER)
export(imData)
export(imFitModel)
export(imImpAll)
export(imImpAll_mice)
export(imImpSingle)
export(imInfer)
export(imShiny)
import(Rcpp)
import(methods)
import(stats)
import(survival)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(grDevices,colors)
importFrom(grDevices,dev.off)
importFrom(grDevices,grey)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,filled.contour)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(mice,complete)
importFrom(mice,mice)
importFrom(mice,mice.impute.mnar.norm)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(rstan,extract)
importFrom(rstan,sampling)
importFrom(rstan,stanc)
importFrom(rstantools,rstan_config)
importFrom(sqldf,sqldf)
importFrom(utils,read.table)
importFrom(utils,tail)
useDynLib(idem, .registration = TRUE)