Start the Shiny based interactive visualization tool to show the subgroup results generated by subscreencalc. See and explore all subgroup results at one glance. Pick and chose a specific subgroup, the level of combinations or a certain factor with its combinations. Switch easily between different endpoint/target variables.
subscreenshow(
scresults = NULL,
variable_importance = NULL,
host = NULL,
port = NULL,
NiceNumbers = c(1, 1.5, 2, 4, 5, 6, 8, 10),
windowTitle = "Subgroup Explorer",
graphSubtitle = NULL,
favour_label_verum_name = NULL,
favour_label_comparator_name = NULL
)SubScreenResult object with results from a subscreencalc call
variable importance object calculated via subscreenvi to unlock 'variable importance'-tab in the app
host name or IP address for Shiny display
port number for Shiny display
list of numbers used for a 'nice' scale
title which is shown for the browser tab
subtitle for explorer plot
verum name for label use in explorer graph
comparator name for label use in explorer graph