target.data | R Documentation |
A data set of simulated RCT data, where outcome is continuous variable, treatment is a binary variable.
target.data
## 'target.data' A data frame with 5000 rows and 8 variables:
binary variable, x1 ~ rbinom(5000,1,0.7)
binary variable, x2 ~ rbinom(5000,1,0.9)
binary variable, x3 ~ rbinom(5000,1,0.2)
binary variable, x4 ~ rbinom(5000,1,0.3)
binary variable, x5 ~ rbinom(5000,1,0.2)
binary variable, x6 ~ rbinom(5000,1,0.3)
binary variable indicating treatment and control, z ~ rbinom(5000,1,0.5)
continuous variable indicating outcome, y ~ x1 + 6*x2+x6+2*z + rnorm(5000,0,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.