-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
77 lines (76 loc) · 1.57 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
S3method(coef,JointAI)
S3method(coef,summary.JointAI)
S3method(confint,JointAI)
S3method(densplot,JointAI)
S3method(densplot,mcmc.list)
S3method(family,JointAI)
S3method(formula,JointAI)
S3method(plot,JointAI)
S3method(plot,MCElist)
S3method(predDF,JointAI)
S3method(predDF,formula)
S3method(predDF,list)
S3method(predict,JointAI)
S3method(print,Dmat)
S3method(print,JointAI)
S3method(print,MCElist)
S3method(print,modelstring)
S3method(print,summary.JointAI)
S3method(residuals,JointAI)
S3method(summary,JointAI)
S3method(traceplot,JointAI)
S3method(traceplot,mcmc.list)
export(GR_crit)
export(JM_imp)
export(MC_error)
export(Surv)
export(add_samples)
export(all_vars)
export(betamm_imp)
export(betareg_imp)
export(bs)
export(clean_survname)
export(clm_imp)
export(clmm_imp)
export(coxph_imp)
export(default_hyperpars)
export(densplot)
export(extract_state)
export(get_MIdat)
export(get_Mlist)
export(get_family)
export(get_missinfo)
export(get_modeltype)
export(glm_imp)
export(glme_imp)
export(glmer_imp)
export(list_models)
export(lm_imp)
export(lme_imp)
export(lmer_imp)
export(lognorm_imp)
export(lognormmm_imp)
export(md_pattern)
export(mlogit_imp)
export(mlogitmm_imp)
export(ns)
export(parameters)
export(plot_all)
export(plot_imp_distr)
export(predDF)
export(rd_vcov)
export(set_refcat)
export(sum_duration)
export(survreg_imp)
export(traceplot)
import(future)
import(graphics)
import(mathjaxr)
import(stats)
import(utils)
importFrom(rjags,coda.samples)
importFrom(rjags,jags.model)
importFrom(rlang,.data)
importFrom(splines,bs)
importFrom(splines,ns)