View source: R/create_matching.R
create_matching | R Documentation |
Generates pseudo population based on matching casual inference method.
create_matching( dataset, bin_seq = NULL, gps_model = "parametric", nthread = 1, optimized_compile, ... )
dataset |
A list with 6 elements. Including An original dataset as well
as helper vectors from estimating GPS. See |
bin_seq |
Sequence of w (treatment) to generate pseudo population. If
NULL is passed the default value will be used, which is
|
gps_model |
Model type which is used for estimating GPS value, including parametric (default) and non-parametric. |
nthread |
Number of available cores. |
optimized_compile |
Option to activate optimized compilation. |
... |
Additional arguments passed to the function. |
Returns data.table of matched set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.