forked from BS1125/CMAverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
125 lines (124 loc) · 3.21 KB
/
NAMESPACE
File metadata and controls
125 lines (124 loc) · 3.21 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
S3method(coef,rcreg)
S3method(coef,simexreg)
S3method(coef,svymultinom)
S3method(family,rcreg)
S3method(family,simexreg)
S3method(formula,rcreg)
S3method(formula,simexreg)
S3method(formula,svymultinom)
S3method(model.frame,rcreg)
S3method(model.frame,simexreg)
S3method(model.frame,svymultinom)
S3method(predict,rcreg)
S3method(predict,simexreg)
S3method(predict,svymultinom)
S3method(print,cmest)
S3method(print,cmsens.me)
S3method(print,cmsens.uc)
S3method(print,rcreg)
S3method(print,simexreg)
S3method(print,summary.cmest)
S3method(print,summary.cmsens.me)
S3method(print,summary.rcreg)
S3method(print,summary.simexreg)
S3method(print,summary.svymultinom)
S3method(print,svymultinom)
S3method(sigma,rcreg)
S3method(sigma,simexreg)
S3method(summary,cmest)
S3method(summary,cmsens.me)
S3method(summary,rcreg)
S3method(summary,simexreg)
S3method(summary,svymultinom)
S3method(update,rcreg)
S3method(update,simexreg)
S3method(update,svymultinom)
S3method(vcov,rcreg)
S3method(vcov,simexreg)
S3method(vcov,svymultinom)
export(cma2020)
export(cmdag)
export(cmest)
export(cmsens)
export(ggcmest)
export(ggcmsens)
export(rcreg)
export(simexreg)
export(svymultinom)
importFrom(EValue,evalues.RR)
importFrom(MASS,gamma.shape)
importFrom(MASS,glm.nb)
importFrom(MASS,polr)
importFrom(MASS,rnegbin)
importFrom(Matrix,bdiag)
importFrom(SuppDists,rinvGauss)
importFrom(boot,boot)
importFrom(dplyr,count)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(ggdag,dagify)
importFrom(ggdag,ggdag)
importFrom(ggdag,theme_dag_blank)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge2)
importFrom(ggplot2,scale_colour_hue)
importFrom(ggplot2,theme)
importFrom(ggplot2,ylab)
# importFrom(medflex,neImpute)
importFrom(mice,complete)
importFrom(mice,mice)
importFrom(msm,deltamethod)
importFrom(nnet,multinom)
importFrom(simex,check.mc.matrix)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,getCall)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,quasipoisson)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,sd)
importFrom(stats,sigma)
importFrom(stats,update)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(stringr,str_wrap)
importFrom(survey,as.svrepdesign)
importFrom(survey,svydesign)
importFrom(survey,svyglm)
importFrom(survey,withReplicates)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survreg)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)