-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNAMESPACE
More file actions
96 lines (95 loc) · 2.56 KB
/
Copy pathNAMESPACE
File metadata and controls
96 lines (95 loc) · 2.56 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
# Generated by roxygen2: do not edit by hand
S3method(base::print,eefit)
S3method(base::print,qgcompfit)
S3method(base::print,qgcompmultfit)
S3method(base::print,qgcompmulttest)
S3method(base::print,qgcomppartialavg)
S3method(base::print,qgcomppartialavg_boot)
S3method(base::summary,qgcompfit)
S3method(base::summary,qgcompmultfit)
S3method(glance,qgcompfit)
S3method(homogeneity_test,qgcompmultfit)
S3method(joint_test,qgcompmultfit)
S3method(plot,qgcompfit)
S3method(plot,qgcompmultfit)
S3method(print,qgcompmultifit)
S3method(print,qgcompmultixfit)
S3method(stats::AIC,qgcompfit)
S3method(stats::BIC,qgcompfit)
S3method(stats::anova,eeqgcompfit)
S3method(stats::anova,eeqgcompfitlist)
S3method(stats::anova,qgcompfit)
S3method(stats::coef,eefit)
S3method(stats::coef,qgcompfit)
S3method(stats::confint,eefit)
S3method(stats::confint,qgcompfit)
S3method(stats::deviance,qgcompfit)
S3method(stats::df.residual,qgcompfit)
S3method(stats::family,qgcompfit)
S3method(stats::formula,eeqgcompfit)
S3method(stats::logLik,qgcompfit)
S3method(stats::model.matrix,eeqgcompfit)
S3method(stats::predict,eefit)
S3method(stats::predict,qgcompfit)
S3method(stats::residuals,qgcompfit)
S3method(stats::vcov,eefit)
S3method(stats::vcov,qgcompfit)
S3method(summary,qgcompmultfit)
S3method(tidy,qgcompfit)
export(.qgcomp_object)
export(.qgcomp_object_add)
export(coxmsm_fit)
export(homogeneity_test)
export(hurdlemsm_fit.control)
export(joint_test)
export(mice.impute.leftcenslognorm)
export(mice.impute.tobit)
export(modelbound.boot)
export(modelbound.ee)
export(msm.predict)
export(msm_fit)
export(msm_multinomial_fit)
export(pointwisebound.boot)
export(pointwisebound.noboot)
export(qgcomp)
export(qgcomp.boot)
export(qgcomp.cch.noboot)
export(qgcomp.cox.boot)
export(qgcomp.cox.noboot)
export(qgcomp.ee)
export(qgcomp.glm.boot)
export(qgcomp.glm.ee)
export(qgcomp.glm.noboot)
export(qgcomp.hurdle.boot)
export(qgcomp.hurdle.noboot)
export(qgcomp.multinomial.boot)
export(qgcomp.multinomial.noboot)
export(qgcomp.noboot)
export(qgcomp.partials)
export(qgcomp.survcurve.boot)
export(qgcomp.tobit.noboot)
export(qgcomp.zi.boot)
export(qgcomp.zi.noboot)
export(quantize)
export(se_comb)
export(simdata_quantized)
export(split_data)
export(vc_comb)
export(zimsm_fit.control)
import(arm)
import(ggplot2)
import(grid)
import(gridExtra)
import(nnet)
import(pscl)
import(stats)
import(survival)
importFrom(AER,tobit)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(grDevices,gray)
importFrom(numDeriv,jacobian)
importFrom(rootSolve,multiroot)
importFrom(stats,gaussian)
importFrom(tibble,as_tibble)
importFrom(utils,combn)