https://github.com/cran/epiR
Raw File
Tip revision: 5250cda75c6945bbc658ec4235fd8a190c081351 authored by Mark Stevenson on 23 August 2019, 03:50:02 UTC
version 1.0-4
Tip revision: 5250cda
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