subscreenshow | R Documentation |
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
)
scresults |
SubScreenResult object with results from a subscreencalc call |
variable_importance |
variable importance object calculated via subscreenvi to unlock 'variable importance'-tab in the app |
host |
host name or IP address for Shiny display |
port |
port number for Shiny display |
NiceNumbers |
list of numbers used for a 'nice' scale |
windowTitle |
title which is shown for the browser tab |
graphSubtitle |
subtitle for explorer plot |
favour_label_verum_name |
verum name for label use in explorer graph |
favour_label_comparator_name |
comparator name for label use in explorer graph |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.