# NOT RUN {
data(create_synthetic_example)
nrep = create_synthetic_example$nrep
datan = create_synthetic_example$datan
betaHatExt_list = create_synthetic_example$betaHatExt_list
data.combined = Create.Synthetic(nrep = nrep, datan = datan, Y = 'Y',
XB = c('X1', 'X2', 'X3', 'X4', 'B1', 'B2'), Ytype = 'binary',
parametric = c('Yes', 'No'), betaHatExt_list = betaHatExt_list,
sigmaHatExt_list = NULL)
# }
Run the code above in your browser using DataLab