TBD

stratified_GPS_matching(
  data,
  delta_n,
  exposure_name,
  confounders_names,
  names_of_strata_vars,
  outcome_name
)

Arguments

data

A data frame with data to be matched.

delta_n

A bin width parameter to pass to the CausalGPS package.

exposure_name

The name of the exposure variable.

confounders_names

A vector of strings representing names of the confounding variables.

names_of_strata_vars

A vector of strings representing names of variables to stratify by.

outcome_name

The name of the outcome variable.

Value

description