Description Usage Arguments Details Value See Also Examples
View source: R/jsPropensityGadget.R
Shiny Gadget including original/matching/IPTW data, Label info, Table 1, Cox model, Basic/kaplan-meier plot.
1 | jsPropensityGadget(data, nfactor.limit = 20)
|
data |
data |
nfactor.limit |
nlevels limit for categorical variables, Default: 20 |
Shiny Gadget including original/matching/IPTW data, Label info, Table 1, Cox model, Basic/kaplan-meier plot.
Shiny Gadget including original/matching/IPTW data, Label info, Table 1, Cox model, Basic/kaplan-meier plot.
data.table
matchit
,match.data
cox2.display
,svycox.display
survfit
,coxph
,Surv
jskm
,svyjskm
ggsave
svykm
1 2 3 | if(interactive()){
jsPropensityGadget(mtcars)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.