widgetTest: Widget for a one parameter test

Description Usage Arguments Value See Also Examples

View source: R/widgetTest.R

Description

If alternative or level ist set to NULL then the corresponding widget element is not displayed.

Usage

1
2
widgetTest(inputId, alternative = list(), parameter = list(),
  level = list(), lang = NULL)

Arguments

inputId

widget name

alternative

selectInput parameter for the alternative: two sided, less or greater (or NULL)

parameter

sliderInput parameter for the hypothetical parameter

level

sliderInput parameter for the significance level (or NULL)

lang

language widget (or NULL)

Value

a widget object (environment)

See Also

selectInput, sliderInput

Examples

1
2
3
4
5
## Not run: 
  shinyDemo('testTest')
  shinyDemo('testTestLang')

## End(Not run)

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