R/pkg.R

#' twoxtwo
#'
#' @description
#'
#' Provides a collection of functions for data analysis with two-by-two contingency tables.
#'
#' @name twoxtwo-package
#' @aliases twoxtwo-package
#' @docType package
NULL

if(getRversion() >= "2.15.1")  utils::globalVariables(c(".",
                                                        "n",
                                                        "risk",
                                                        "ci_lower",
                                                        "ci_upper",
                                                        "estimate",
                                                        "test",
                                                        "pvalue"))

Try the twoxtwo package in your browser

Any scripts or data that you put into this service are public.

twoxtwo documentation built on July 9, 2021, 9:08 a.m.