File: NAMESPACE

package info (click to toggle)
r-cran-epibasix 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rwxr-xr-x 785 bytes parent folder | download | duplicates (2)
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
# Exports all functions not beginning with a period.
exportPattern("^[^\\.]") 

#Import other helper functions
importFrom("stats", "cor", "fisher.test", "median", "pchisq", "pnorm",
             "pt", "qnorm", "qt", "sd", "shapiro.test", "var")

#Register S3
S3method(print, corXY)
S3method(print, diffDetect)
S3method(print, epi2x2)
S3method(print, epiKappa)
S3method(print, epiTTest)
S3method(print, mcNemar)
S3method(print, n4means)
S3method(print, n4props)
S3method(print, sensSpec)
S3method(print, univar)

S3method(summary, corXY)
S3method(summary, diffDetect)
S3method(summary, epi2x2)
S3method(summary, epiKappa)
S3method(summary, epiTTest)
S3method(summary, mcNemar)
S3method(summary, n4means)
S3method(summary, n4props)
S3method(summary, sensSpec)
S3method(summary, univar)