-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 897 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(coef,summary.remiod)
S3method(print,summary.remiod)
S3method(summary,remiod)
export(extract_MIdata)
export(get_subset)
export(list.models)
export(mcmcplot)
export(miAnalyze)
export(remiod)
export(summary)
import(JointAI)
import(coda, except=c(densplot,traceplot))
import(doFuture)
import(ggplot2)
import(mathjaxr)
import(ordinal)
import(progressr)
import(stats)
import(survival)
import(utils)
importFrom(JointAI,densplot)
importFrom(JointAI,get_MIdat)
importFrom(JointAI,traceplot)
importFrom(data.table,rbindlist)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(mcmcse,mcse)
importFrom(rjags,coda.samples)
importFrom(rjags,jags.model)
importFrom(utils,getAnywhere)
importFrom(utils,getFromNamespace)
importFrom(utils,globalVariables)