CTAShiny: Launch CTAShiny Interface

Description Usage Details Value Examples

Description

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

Usage

1

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

1
2
3
4
if(interactive()){
library(shiny)
CTAShiny()
}

Example output



CTAShiny documentation built on May 2, 2019, 9:18 a.m.

Related to CTAShiny in CTAShiny...