Adding auxiliary covariates is causing R to abort when calling multisynth. I have tried using both time-constant and time-varying covariates, ensured there is no missing data in the matching covariate, all to no avail. This is the format I am using:
ppool.syn<- multisynth(y ~ x | c1, unit, weeknumber,
data, n_lags = 12, n_leads = 16)
When I do not include the c1 covariate, the code runs as expected. Thanks!
Adding auxiliary covariates is causing R to abort when calling multisynth. I have tried using both time-constant and time-varying covariates, ensured there is no missing data in the matching covariate, all to no avail. This is the format I am using:
When I do not include the c1 covariate, the code runs as expected. Thanks!