Hello everyone, I would like to do a VAR analysis. To do this, I first need to declare my panel data as a time series using the tsset command. Unfortunately, I keep getting the following error: repeated time values within panel.
Code:
tsset ID year, yearly
Comment