This function opens the Rshiny app for tteICE. R Shiny application can be used for generating plots and basic analysis results. It provides a point-and-click interface, so users can obtain results without writing R code directly.

tteICEShiny()

Value

Rshiny interface

Examples

# \donttest{
if(interactive()){
  tteICEShiny()
}
# }