Re: [R] Synthetic Control Method

2024-04-16 Thread Bert Gunter
Note that your unit.variable and unit.names.variable are indentical. Is this what you intended? (I have no idea how the Synth package works). Bert On Tue, Apr 16, 2024 at 12:58 AM wrote: > Good Morning > > > > I want to perform a synthetic control method with R. For this purpose, I > created

[R] Synthetic Control Method

2024-04-16 Thread nadja.delliehausen
Good Morning I want to perform a synthetic control method with R. For this purpose, I created the following code: # Re-load packages library(Synth) library(readxl) # Pfadeinstellung Excel-Blatt excel_file_path <-