powered by
Data_Generation generates synthetic data, where each covariate is a binary variable. The function used to create synthetic data can be found
Data_Generation
Data_Generation(num_control, num_treated, num_cov_dense, num_cov_unimportant, U)
number of samples in the control group
number of samples in the treated group
number of important covariates
number of unimportant covariates
non-linear term coefficient
synthetic data
# NOT RUN { Data_Generation(10, 10, 10, 5, 5) Data_Generation(10, 10, 5, 10, 5) # }
Run the code above in your browser using DataLab