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()Rshiny interface
# \donttest{
if(interactive()){
tteICEShiny()
}
# }