flatr: Transforms Contingency Tables to Data Frames, and Analyses Them

Contingency Tables are a pain to work with when you want to run regressions. This package takes them, flattens them into a long data frame, so you can more easily analyse them! As well, you can calculate other related statistics. All of this is done so in a 'tidy' manner, so it should tie in nicely with 'tidyverse' series of packages.

Version: 0.1.1
Depends: R (≥ 3.4.2), stats, dplyr, tibble, magrittr
Suggests: testthat
Published: 2017-11-16
Author: Scott D. Graham
Maintainer: Scott D. Graham <scott.grah95 at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README
CRAN checks: flatr results

Documentation:

Reference manual: flatr.pdf

Downloads:

Package source: flatr_0.1.1.tar.gz
Windows binaries: r-devel: flatr_0.1.1.zip, r-release: flatr_0.1.1.zip, r-oldrel: flatr_0.1.1.zip
macOS binaries: r-release (arm64): flatr_0.1.1.tgz, r-oldrel (arm64): flatr_0.1.1.tgz, r-release (x86_64): flatr_0.1.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=flatr to link to this page.