Hello everyone,
I am trying to create a correlation matrix using the "estpost"-command. I get the error "factor-variable and time-series operators not allowed" If I try to apply the following code:
Is there a different way to include lagged variables in this command?
Best regards
Chris
I am trying to create a correlation matrix using the "estpost"-command. I get the error "factor-variable and time-series operators not allowed" If I try to apply the following code:
Code:
estpost correlate patents cL.Numberofmergers cL2.Numberofmergers cL3.Numberofmergers cL.ln_xrdintensity cL2.ln_xrdintensity cL3.ln_xrdintensity cL.ln_emp if e(sample)==1, matrix listwise
Best regards
Chris
Comment