CTAShiny {CTAShiny}R Documentation

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()
}

[Package CTAShiny version 0.1.0 Index]