jsSurveyGadget {jsmodule} | R 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)
}
[Package jsmodule version 1.5.6 Index]