Package 'CTAShiny'

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

Help Index


Launch CTAShiny Interface

Description

CTAShiny() loads interactive user interface built using R shiny.

Usage

CTAShiny()

Details

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.

Value

Nothing

Examples

if(interactive()){
library(shiny)
CTAShiny()
}