popcall: Create list for population data

View source: R/utils.R

popcallR Documentation

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
)

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

Value

list of processed dataset


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