widgetSignificanceLevel: Widget for a significance level

Description Usage Arguments Value See Also Examples

View source: R/widgetSignificanceLevel.R

Description

The widget allows to choose a significance level on a percent basis. This means for a 5% significance level the result is 5 (and not 0.05).

Usage

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

Arguments

inputId

widget name

level

sliderInput parameter for the confidence level

lang

language widget

Value

a widget object (environment)

See Also

sliderInput

Examples

1
2
3
4
5
## Not run: 
  shinyDemo('testSignificanceLevel')
  shinyDemo('testSignificanceLevelLang')

## End(Not run)

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