This function opens the RShiny app for tteICE. RShiny 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.
Examples
# \donttest{
if(interactive()){
tteICEShiny()
}
# }