Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem with diagnostic tests after VEC estimation

    Dear all,

    Commands veclmar and vecnorm do not work after running a VEC model with the option 'trend(trend)'.

    The output error is as follows:

    Code:
    error computing temporary var estimates
    r(111);

    To my knowledge, there is no theoretical reason behind this problem and I think that it occurs in every dataset.


    You may check this with the following code that is the same that appears in Stata's vec documentation:


    Code:
    use "https://www.stata-press.com/data/r17/txhprice", clear
    
    varsoc dallas houston sa
    
    vecrank dallas houston, lags(3) trend(trend) levela
    
    vec austin dallas houston sa, lags(3) rank(2) trend(trend) noetable
    
    veclmar, mlag(3)
    
    vecnorm, jbera
    I will greatly appreciate any help!

    Best,

    Pablo.
    Last edited by Pablo Cesar; 18 Aug 2022, 13:03.

  • #2
    Hi! I will greatly appreciate any help with this!

    Best,
    Pablo.

    Comment


    • #3
      UP!

      Comment

      Working...
      X