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,
  variable_importance = NULL,
  host = NULL,
  port = NULL,
  NiceNumbers = c(1, 1.5, 2, 4, 5, 6, 8, 10)
)

Arguments

scresults

SubScreenResult object with results from a subscreencalc call

variable_importance

add description

host

host name or IP address for Shiny display

port

port number for Shiny display

NiceNumbers

list of numbers used for a 'nice' scale


subscreen documentation built on May 13, 2022, 1:06 a.m.