https://github.com/cran/epitools
Raw File
Tip revision: 08845d5918e4a014596a36f61ad33a28ba8419af authored by Adam Omidpanah on 26 October 2017, 19:33:21 UTC
version 0.5-10
Tip revision: 08845d5
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