jsPropensityGadget: jsPropensityGadget: Shiny Gadget for propensity score...

View source: R/jsPropensityGadget.R

jsPropensityGadgetR 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)
}

jsmodule documentation built on Oct. 18, 2023, 9:08 a.m.