View source: R/create_matching.R
create_matching | R Documentation |
Generates pseudo population based on matching casual inference method.
create_matching(
.data,
exposure_col_name,
matching_fn,
dist_measure = dist_measure,
gps_density = gps_density,
delta_n = delta_n,
scale = scale,
bin_seq = NULL,
nthread = 1
)
.data |
TBD |
gps_density |
Model type which is used for estimating GPS value, including
|
bin_seq |
Sequence of w (treatment) to generate pseudo population. If
NULL is passed the default value will be used, which is
|
nthread |
Number of available cores. |
Returns data.table of matched set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.