sleuth_liveR Documentation

Interactive sleuth visualization with Shiny

Description

Interactive sleuth visualization with Shiny. To exit, type ESC in R.

Usage

sleuth_live(obj, settings = sleuth_live_settings(), options = list(port =
  42427), ...)

Arguments

obj

a sleuth object already processed and has run sleuth_fit and sleuth_wt or sleuth_lrt

settings

see the function sleuth_live_settings for options

options

additional options which are sent to shiny

...

additional parameters sent to plotting functions

Value

a shinyApp result

See Also

sleuth_fit, sleuth_live_settings, sleuth_deploy