https://github.com/cran/epitools
Raw File
Tip revision: 551688099991327881beed5b814f0440917a87fc authored by Adam Omidpanah on 22 March 2020, 08:46:12 UTC
version 0.5-10.1
Tip revision: 5516880
NAMESPACE
exportPattern("^[^\\.]")
importFrom("grDevices", "colors", "rgb")
importFrom("graphics", "abline", "axis", "barplot", "matplot",
            "points", "rect", "text", "title")
importFrom("stats", "binom.test", "chisq.test", "dbinom", "dpois",
            "fisher.test", "ftable", "pbinom", "pchisq", "pnorm",
            "ppois", "qgamma", "qnorm", "quantile", "rbinom", "uniroot",
           'confint.default', "binomial", "coef", "deriv", "family", "glm",
             "glm.fit", "model.matrix", "sd", "vcov")
back to top