Revision c94ae2b2cddc60892724d76ef171787b233852c4 authored by Mark Stevenson on 25 February 2016, 23:38:55 UTC, committed by cran-robot on 25 February 2016, 23:38:55 UTC
1 parent 6a63581
Raw File
NAMESPACE
# Export all names
exportPattern(".")

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)
importFrom(BiasedUrn, dFNCHypergeo)
importFrom("graphics", "hist")
importFrom("methods", "slot")
importFrom("stats", "addmargins", "complete.cases", "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")
importFrom("utils", "packageDescription", "write.table")
back to top