control_clusters {ivdesign} | R Documentation |
100 matched control clusters
Description
A dataset containing the covariates, aggregated outcome,
aggregated treatment received, number of units, and the
cluster-level IV of 100 matched control clusters. There is
a one-to-one correspondence between this 100 matched
control clusters and 100 matched encouraged clusters: the kth
control cluster is matched to the kth encouraged cluster in
encouraged_clusters
.
Usage
control_clusters
Format
A data frame with 100 rows and 14 columns:
- V1
1st simulated covariate
- V2
2nd simulated covariate
- V3
3rd simulated covariate
- V4
4th simulated covariate
- V5
5th simulated covariate
- V6
6th simulated covariate
- V7
7th simulated covariate
- V8
8th simulated covariate
- V9
9th simulated covariate
- V10
10th simulated covariate
- aggregated_outcome
Total number of death in the cluster
- aggregated_treatment
Total number of treatment received
- number_units
Number of units in each cluster
- IV
Cluster-level instrumental variable
Source
This is a simulated dataset.