TBD
stratified_GPS_matching(
data,
delta_n,
exposure_name,
confounders_names,
names_of_strata_vars,
outcome_name
)
A data frame with data to be matched.
A bin width parameter to pass to the CausalGPS package.
The name of the exposure variable.
A vector of strings representing names of the confounding variables.
A vector of strings representing names of variables to stratify by.
The name of the outcome variable.
description