expcall: Create list for experimental data

View source: R/utils.R

expcallR Documentation

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
)

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

Value

list of processed dataset


DeepLearningCausal documentation built on Sept. 11, 2024, 8:40 p.m.