我有7年100个上市公司的6个变量(包含因变量)的数据,6个变量分别是y、x1、x2、x3、x4、x5,做协整检验的时候写的命令是 xtwest y x1 westerlund constant trend lags(1) leads(1) lrwindow(3) bootstrap(100),却做不出来,上面不含足够的观察数说:With 1 lag(s), 1 lead(s) and a constant and a trend at least 12 observations are required.
Following series do not contain sufficient observations.
但是我问过用eviews的人说应该做的出来,请问我该如何编写stata命令才能正确做出协整检验?