File: NAMESPACE

package info (click to toggle)
r-cran-epir 2.0.80%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,332 kB
  • sloc: makefile: 5
file content (142 lines) | stat: -rw-r--r-- 3,910 bytes parent folder | download
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# Export all names. Internal (undocumented functions are not included)

export(epi.2by2)
export(epi.about)
export(epi.asc)
export(epi.betabuster)
export(epi.blcm.paras)
export(epi.bohning)     
export(epi.ccc)
export(epi.conf)
export(epi.convgrid)
export(epi.cp)
export(epi.cpresids)
export(epi.descriptives)
export(epi.dgamma)
export(epi.directadj)
export(epi.dms)         
export(epi.dsl)
export(epi.edr)
export(epi.empbayes)
export(epi.fpos)
export(epi.herdtest)
export(epi.indirectadj)
export(epi.insthaz)
export(epi.interaction)
export(epi.iv)          
export(epi.kappa)
export(epi.ltd)
export(epi.mh)
export(epi.nomogram)    
export(epi.occc)
export(epi.offset)
export(epi.pooled)      
export(epi.popsize)
export(epi.prcc)
export(epi.prev)
export(epi.psi)
export(epi.realrisk)  
export(epi.RtoBUGS)     
export(epi.smd)
export(epi.smr)
export(epi.sscc)
export(epi.ssclus1estb) 
export(epi.ssclus1estc)
export(epi.ssclus2estb)
export(epi.ssclus2estc)
export(epi.sscohortc)
export(epi.sscohortt)   
export(epi.sscompb)
export(epi.sscompc)
export(epi.sscomps)
export(epi.ssdetect)
export(epi.ssdxsesp)
export(epi.ssequb)      
export(epi.ssequc)
export(epi.ssninfb)
export(epi.ssninfc)
export(epi.sssimpleestb)
export(epi.sssimpleestc)
export(epi.ssstrataestb)
export(epi.ssstrataestc)
export(epi.sssupb)
export(epi.sssupc)
export(epi.ssxsectn)
export(epi.ssdxtest)  
export(epi.tests) 


# ------------------------------------------------------------------------------------
# Representative sampling - sample size probability of disease freedom:
export(rsu.sspfree.rs)

# Representative sampling - sample size surveillance system sensitivity:
export(rsu.sssep.rs)
export(rsu.sssep.rs2st)
export(rsu.sssep.rsfreecalc)
export(rsu.sssep.rspool)

# Representative sampling - calculate surveillance system sensitivity:
export(rsu.sep.rs)
export(rsu.sep.rs2st)
export(rsu.sep.rsmult)
export(rsu.sep.rsfreecalc)
export(rsu.sep.rspool)
export(rsu.sep.rsvarse)

# Representative sampling - calculate surveillance system specificity:
export(rsu.spp.rs)

# Representative sampling - probability of disease freedom:
export(rsu.pfree.rs)
export(rsu.pfree.equ)


# ------------------------------------------------------------------------------------
# Risk-based sampling - sample size surveillance system sensitivity:
export(rsu.sssep.rbsrg)
export(rsu.sssep.rbmrg)
export(rsu.sssep.rb2st1rf)
export(rsu.sssep.rb2st2rf)

# Risk-based sampling - calculate surveillance system sensitivity:
export(rsu.sep.rb)
export(rsu.sep.rb1rf)
export(rsu.sep.rb2rf)
export(rsu.sep.rbvarse)
export(rsu.sep.rb2st)

# Census:
export(rsu.sep.cens)

# Passive:
export(rsu.sep.pass)

# Miscellaneous functions:
export(rsu.adjrisk)
export(rsu.dxtest)
export(rsu.epinf)
export(rsu.pstar)
export(rsu.sep)


S3method(print, epi.2by2)
S3method(summary, epi.2by2)
S3method(print, epi.tests)
S3method(summary, epi.tests)
S3method(print, epi.occc)
S3method(summary, epi.occc)

# Import all packages listed as Imports or Depends
import(survival)
import(pander)
import(sf)
import(lubridate)
importFrom(BiasedUrn, dFNCHypergeo)
importFrom("graphics", "hist")
importFrom("methods", "slot")
importFrom("stats", "xtabs", "anova", "aov", "addmargins", "complete.cases", "confint", "chisq.test", "cor", "cov", "fisher.test", "mantelhaen.test", "model.matrix", "pbeta", "pbinom", "pchisq", "phyper", "pnorm", "pt", "qbeta", "qbinom", "qchisq", "qf", "qgamma", "qnorm", "qpois", "qt", "quantile", "rpois", "sd", "uniroot", "var", "vcov", "confint.default")
importFrom("zoo", "rollmean")
importFrom("flextable","flextable", "width", "font", "set_header_df", "bg", "hline_top", "align", "fontsize", "footnote", "set_caption")
importFrom("officer","fp_border")
importFrom("utils", "packageDescription", "write.table")