The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

catfun

CRAN_Status_Badge Build Status

catfun simplifies existing functions for categorical data analysis.

Installation

devtools::install_github("nt-williams/catfun")

What’s inside

R currently supports a wide variety of tools for the analysis of categorical data. However, many functions are spread across a variety of packages with differing syntax and poor compatibility with each another.

To address this issue, catfun includes wrapper functions around existing functions for tests of proportions, power analyses for proportions, and measures of association into one structure.

For example, prop_test() combines the base R functions binom.test(), prop.test() and BinomCI() from the DescTools package into one. The 3 mentioned functions all perform important aspects of testing for differences among proportions but are now used to create one output with all relevant information within one spot.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.