CTAShiny (version 0.1.0)

CTAShiny: Launch CTAShiny Interface

Description

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

Usage

CTAShiny()

Arguments

Value

Nothing

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.

Examples

Run this code
# NOT RUN {
if(interactive()){
library(shiny)
CTAShiny()
}
# }

Run the code above in your browser using DataLab