Learn R Programming

DeepLearningCausal (version 0.0.106)

expcall: Create list for experimental data

Description

create list object of experimental data for easy data processing

Usage

expcall(
  response.formula,
  treat.var,
  compl.var,
  exp.data,
  weights = NULL,
  cluster = NULL,
  ID = NULL
)

Value

list of processed dataset

Arguments

response.formula

formula for response equation of binary outcome variable and covariates

treat.var

string for binary treatment variable

compl.var

string for complier variable

exp.data

data.frame of experimental variable

weights

observation weights

cluster

clustering variable

ID

identifier variable