I am new to Stata and have issues with using the pvarsoc function that is contained in the pVAR package created by Inessa Love, available at: https://sites.google.com/a/hawaii.edu/inessalove/home
I have searched this topic but found no solution. I want to select optimum lag from balanced panel data with 9 companies, 30 days and variables of return and trading volume. I have done all necessary data management such as including trading calendar. I typed the following command in Stata:
. pvarsoc return volume, maxlag (7)
Where 7 is arbitrarly selected. The problem is that the program runs for about 20 mins, then I get the error message convergence not achieved. Does anyone have any idea why this is? Can anyone suggest other methods to select optimum lag for my data? I'd be very grateful for any help or input!
I have searched this topic but found no solution. I want to select optimum lag from balanced panel data with 9 companies, 30 days and variables of return and trading volume. I have done all necessary data management such as including trading calendar. I typed the following command in Stata:
. pvarsoc return volume, maxlag (7)
Where 7 is arbitrarly selected. The problem is that the program runs for about 20 mins, then I get the error message convergence not achieved. Does anyone have any idea why this is? Can anyone suggest other methods to select optimum lag for my data? I'd be very grateful for any help or input!
Comment