Title: | Interactive Application for Working with Contingency Tables |
---|---|
Description: | An interactive application for working with contingency Tables. The application has a template for solving contingency table problems like chisquare test of independence,association plot between two categorical variables. Runtime examples are provided in the package function as well as at <https://jarvisatharva.shinyapps.io/CategoricalDataAnalysis/>. |
Authors: | Kartikeya Bolar |
Maintainer: | Kartikeya Bolar <[email protected]> |
License: | GPL-2 |
Version: | 0.1.0 |
Built: | 2025-01-29 04:08:05 UTC |
Source: | https://github.com/cran/CTAShiny |
CTAShiny() loads interactive user interface built using R shiny.
CTAShiny()
CTAShiny()
Start CTAShiny
The interactive user interface is to provide an easy way for people who are learning Contingency Table Analysis. Includes example data for testing out a few example analysis.
Nothing
if(interactive()){ library(shiny) CTAShiny() }
if(interactive()){ library(shiny) CTAShiny() }