jsRepeatedGadget {jsmodule} | R Documentation |
jsRepeatedGadget: Shiny Gadget of Repeated measure analysis.
Description
Shiny Gadget including Data, Label info, Table 1, GEE(linear, logistic), Basic plot
Usage
jsRepeatedGadget(data, nfactor.limit = 20)
Arguments
data |
data |
nfactor.limit |
nlevels limit for categorical variables |
Details
Shiny Gadget including Data, Label info, Table 1, GEE(linear, logistic), Basic plot
Value
Shiny Gadget including Data, Label info, Table 1, GEE(linear, logistic), Basic plot
Examples
if (interactive()) {
jsRepeatedGadget(mtcars)
}
[Package jsmodule version 1.5.6 Index]