Bakytzhan Zhaparov
Bakytzhan Zhaparov
  • 4
  • 4 558
My journey to the university’s library
Here I filmed my whole journey from flat to the university of Glasgow’s library
มุมมอง: 38

วีดีโอ

Riding home be like
มุมมอง 82 ปีที่แล้ว
Riding home be like
PMG Panel ARDL with different number of lags
มุมมอง 4.5K3 ปีที่แล้ว
This video shows how to specify command in stata taking into account different number of lags for dependent and independent variables (for example, ARDL (2,3,3,3). Default XTPMG command only applicable for ARDL (1,1,1) in Stata. Enjoy my first video.

ความคิดเห็น

  • @nikolaizaicev9297
    @nikolaizaicev9297 5 หลายเดือนก่อน

    Dude confused not only me but himself, according to jumping fort and backwards with what is lag2 and lag1, etc. The ARDL is 23333, but there is only 1 lag generatetd? Why the heck?

  • @mohamru
    @mohamru 5 หลายเดือนก่อน

    what if all iterations are not concave???

  • @meenakshigautam9457
    @meenakshigautam9457 9 หลายเดือนก่อน

    hi sir, Thanks so much for this video can you help me with it as I am facing some issues while running the pmg code it is giving many iterations and data concave. what should I do please help me

  • @dhanu3367
    @dhanu3367 ปีที่แล้ว

    Please tell us how to determine optimal lag length

  • @shaifaadam439
    @shaifaadam439 ปีที่แล้ว

    Thank you for the helpful video! I am currently using a panel dataset with 74 countries, from 1996 - 2020. I do not know how to do the optimal lag selection for each variable. If possible, could you please tell me how I can identify the optimal lags please.

    • @khollasyed
      @khollasyed 4 หลายเดือนก่อน

      I also need this

  • @nurdauletnurkhozhayev1235
    @nurdauletnurkhozhayev1235 ปีที่แล้ว

    this is very nice!

  • @SagangaKapaya
    @SagangaKapaya ปีที่แล้ว

    EXACTLY, This is what i wanted, thanks a lot.

  • @bacillusrex
    @bacillusrex ปีที่แล้ว

    This is the exact video I required. Thank you so much.

  • @QINQINGUI
    @QINQINGUI ปีที่แล้ว

    Thank you for your helpful video. This is the only video on TH-cam that explains the lag rules of xtpmg, it really helps me a lot. thank you so much

  • @okbarimi424
    @okbarimi424 2 ปีที่แล้ว

    To calculate multiple lags for a one variable can use this command foreach i of varlist lux* { forvalues j=1/6 { gen lag`j'_`i'=l`j'.`i' } }

  • @aniksaha9925
    @aniksaha9925 2 ปีที่แล้ว

    In pmg, i get too many iteration upto 100, then "hessian has become unstable or asymmetric" appears

  • @Rundtj45
    @Rundtj45 2 ปีที่แล้ว

    why u generating lags by yourself (8:40 min).

  • @bbouchra1000
    @bbouchra1000 2 ปีที่แล้ว

    could we use direclty the comand in the help section without creating new variables ? the comand is : xtpmg d.c d(1/2).y d.pi, ec(ec) lr(l.c y pi) pmg replace, for an ardl (1,2,1,1)