Package: flatr 0.1.2
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.
Authors:
flatr_0.1.2.tar.gz
flatr_0.1.2.zip(r-4.5)flatr_0.1.2.zip(r-4.4)flatr_0.1.2.zip(r-4.3)
flatr_0.1.2.tgz(r-4.4-any)flatr_0.1.2.tgz(r-4.3-any)
flatr_0.1.2.tar.gz(r-4.5-noble)flatr_0.1.2.tar.gz(r-4.4-noble)
flatr_0.1.2.tgz(r-4.4-emscripten)flatr_0.1.2.tgz(r-4.3-emscripten)
flatr.pdf |flatr.html✨
flatr/json (API)
# Install 'flatr' in R: |
install.packages('flatr', repos = c('https://evilgraham.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/evilgraham/flatr/issues
- lung_cancer - Lung Cancer by whether or not a person smokes and City.
contingency-tableglmregressiontidytidy-data
Last updated 7 years agofrom:0bf60878ea. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | NOTE | Nov 05 2024 |
R-4.5-linux | NOTE | Nov 05 2024 |
R-4.4-win | NOTE | Nov 05 2024 |
R-4.4-mac | NOTE | Nov 05 2024 |
R-4.3-win | NOTE | Nov 05 2024 |
R-4.3-mac | NOTE | Nov 05 2024 |
Exports:flatten_ctgoodness_of_fitgoodness_of_fit_loglin
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Flatten i*j*k contingency tables into tidy data. | flatten_ct |
Calculate the Chi^2 and G^2 Statistics | goodness_of_fit |
Calculate the Chi^2 and G^2 Statistics | goodness_of_fit_loglin |
Lung Cancer by whether or not a person smokes and City. | lung_cancer |
Print method for goodness_of_fit() | print.ct_goodness_of_fit |