Learn R Programming

CausalGPS (version 0.5.1)

create_weighting: Create pseudo population using weighting casual inference approach

Description

Generates pseudo population based on weighting casual inference method.

Usage

create_weighting(dataset, exposure_col_name)

Value

Returns a data table which includes the following columns:

  • Y

  • w

  • gps

  • counter

  • row_index

  • ipw

  • covariates

Arguments

dataset

A gps object data.

exposure_col_name

The exposure column name.