widgetConfidenceLevel: Widget for a confidence level

Description Usage Arguments Details Value See Also Examples

View source: R/widgetConfidenceLevel.R

Description

The widget allows to choose a confidence level on a percent basis. This means for a 95% confidence level the result is 95 (and not 0.95).

Usage

1
widgetConfidenceLevel(inputId, level = list(), lang = NULL)

Arguments

inputId

character: widget name

level

list: sliderInput parameter for the confidence level (default: list(), see Details)

lang

widget: language widget

Details

For level a named list with the parameters for sliderInput can be given. If just a numeric value is given then the according UI element is not drawn, but this value delivered back by getValues.

Value

a widget object (environment)

See Also

sliderInput

Examples

1
2
3
4
5
## Not run: 
  shinyDemo('testConfidenceLevel')
  shinyDemo('testConfidenceLevelLang')

## End(Not run)

sigbertklinke/mmstat documentation built on May 14, 2019, 8:36 a.m.