Learn R Programming

DeepLearningCausal (version 0.0.106)

popcall: Create list for population data

Description

create list object of population data for easy data processing

Usage

popcall(
  response.formula,
  compl.var,
  treat.var,
  pop.data,
  weights = NULL,
  cluster = NULL,
  ID = NULL,
  patt = TRUE
)

Value

list of processed dataset

Arguments

response.formula

formula for response equation of binary outcome variable and covariates

compl.var

string for complier variable

treat.var

string for treatmet variable

pop.data

data.frame of experimental variable

weights

observation weights

cluster

clustering variable

ID

identifier variable

patt

logical for patt, subsetting population treated observations