gps_density: Model type which is used for estimating GPS value, including normal and kernel.
exposure_col_name: Exposure data column name.
nthread: An integer value that represents the number of threads to be used by internal packages.
...: Additional parameters.
Returns
compile_pseudo_pop returns the pseudo population data that is compiled based on the selected causal inference approach.
Details
For matching approach, use an extra parameter, bin_seq, which is sequence of w (treatment) to generate pseudo population. If NULL is passed the default value will be used, which is seq(min(w)+delta_n/2,max(w), by=delta_n).