subscreenshow: (ii) Visualization

subscreenshowR Documentation

(ii) Visualization

Description

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.

Usage

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
)

Arguments

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


subscreen documentation built on April 3, 2025, 8:55 p.m.