create_weighting function

Create pseudo population using weighting casual inference approach

Create pseudo population using weighting casual inference approach

Generates pseudo population based on weighting casual inference method.

create_weighting(dataset, exposure_col_name)

Arguments

  • dataset: A gps object data.
  • exposure_col_name: The exposure column name.

Returns

Returns a data table which includes the following columns:

  • Y
  • w
  • gps
  • counter
  • row_index
  • ipw
  • covariates