Displaying 1 result from an estimated 1 matches for "synth_out".
2024 Apr 15
2
Synthetic Control Method
...predictors.prior = as.Date("2010-01-01"):as.Date("2017-10-01"),
time.optimize.ssr = as.Date("2010-01-01"):as.Date("2017-10-01"),
time.plot = as.Date("2010-01-01"):as.Date("2024-03-01"),
unit.names.variable = "BFS"
)
synth_out <- synth(
data.prep.obj = dataprep_out
)
I keep getting the same error message. Unfortunately, ChatGPT and solutions
from various forums do not help. My unit variables are all numeric except
one, which is a date and has POSIXct as type.
Fehler in dataprep(foo = INVESTMENTVOLUME, predic...