jsSurveyGadget: jsSurveyGadget: Shiny Gadget of survey data analysis.

View source: R/jsSurveyGadget.R

jsSurveyGadgetR Documentation

jsSurveyGadget: Shiny Gadget of survey data analysis.

Description

Shiny Gadget including Data, Label info, Table 1, svyglm, Basic plot

Usage

jsSurveyGadget(data, nfactor.limit = 20)

Arguments

data

data

nfactor.limit

nlevels limit for categorical variables

Details

Shiny Gadget including Data, Label info, Table 1, svyglm, Basic plot

Value

Shiny Gadget including Data, Label info, Table 1, svyglm, Basic plot

Examples

if (interactive()) {
  jsSurveyGadget(mtcars)
}

jsmodule documentation built on Oct. 18, 2023, 9:08 a.m.