Hello,
I'm having an issue conducting the diagnostic tests for VECM. The problem occurs when I use trend in my VECM model.
Here's the code I'm using:
The error says:
Is there a workaround to avoid this error?
Thank you
I'm having an issue conducting the diagnostic tests for VECM. The problem occurs when I use trend in my VECM model.
Here's the code I'm using:
Code:
vec lnfert remg lngdpc lnmort lnedex urbp lnhepc lndepr, lag(5) trend(t) rank(1) veclmar, mlag(5) vecnorm, jbera
error computing temporary var estimates
Thank you
Comment