https://github.com/cran/epiR
Raw File
Tip revision: 343dc08190dd49f15fbb3ac647b4f5be8cd2dbac authored by Mark Stevenson on 07 April 2017, 10:04:10 UTC
version 0.9-82
Tip revision: 343dc08
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", "anova", "aov", "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