Description Usage Arguments Value Author(s) References Examples
Calculates averages of covariates by compliance group in a 2^K factorial setting.
1  | 
formula | 
 one-sided formula to indicate the treatment
assignment, treatment uptake, and covariates. The right-hand
side of the formula should have three components separated by
the   | 
data | 
 a data.frame on which to apply the   | 
subset | 
 subset of the data to pass to estimation.  | 
A list with two objects:
raw_table | 
 a data.frame whose rows represent the covariates and whose columns represent the different compliance groups. Each entry is the estimated mean of the covariate for that compliance group.  | 
std_table | 
 a data.frame similarly structured to raw_table but with the standardized difference between the compilance group means and the overall means in place of the raw means.  | 
Matthew Blackwell
Matthew Blackwell and Nicole Pashley (2021) "Noncompliance in Factorial Experiments." Working paper.
1 2 3 4 5 6  | data(newhaven)
cov_prof <- compliance_profile(~ inperson + phone | inperson_rand
  + phone_rand | age + maj_party + turnout_96, data = newhaven)
cov_prof
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.