Learn R Programming

jsmodule (version 1.6.11)

jsPropensityGadget: jsPropensityGadget: Shiny Gadget for propensity score analysis.

Description

Shiny Gadget including original/matching/IPTW data, Label info, Table 1, Cox model, Basic/kaplan-meier plot.

Usage

jsPropensityGadget(data, nfactor.limit = 20)

Value

Shiny Gadget including original/matching/IPTW data, Label info, Table 1, Cox model, Basic/kaplan-meier plot.

Arguments

data

data

nfactor.limit

nlevels limit for categorical variables, Default: 20

Details

Shiny Gadget including original/matching/IPTW data, Label info, Table 1, Cox model, Basic/kaplan-meier plot.

See Also

data.table matchit,match.data cox2.display,svycox.display survfit,coxph,Surv jskm,svyjskm ggsave svykm

Examples

Run this code
if (interactive()) {
  jsPropensityGadget(mtcars)
}

Run the code above in your browser using DataLab