jsPropensityGadget {jsmodule}R Documentation

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)

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.

Value

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

if (interactive()) {
  jsPropensityGadget(mtcars)
}

[Package jsmodule version 1.5.6 Index]