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