popcall | R Documentation |
create list object of population data for easy data processing
popcall(
response.formula,
compl.var,
treat.var,
pop.data,
weights = NULL,
cluster = NULL,
ID = NULL,
patt = TRUE
)
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 |
|
weights |
observation weights |
cluster |
clustering variable |
ID |
identifier variable |
patt |
logical for patt, subsetting population treated observations |
list of processed dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.