mmstat.ui.elem {HKRbook}R Documentation

mmstat.ui.elem

Description

Adds a new UI element to the app interface. The following types from Shiny are allowed:

Additionally some standard statistical UI elements are supported (links go to the Shiny element used):

Partially these elements have default settings which can be overwritten.

Usage

mmstat.ui.elem(inputId, type, ...)

Arguments

inputId

character: input slot that will be used to access the value

type

character: element type

...

further named parameter to Shiny UI elements

Value

nothing

Examples

mmstat.ui.elem(inputId="alpha", type="significance")

[Package HKRbook version 0.1.3 Index]