Fixed and random effects panel regression in R using 'plm' package

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 20

  • @lizhang9898
    @lizhang9898 3 ปีที่แล้ว +2

    Hello Mike, I have been wondering how to implement mediation analysis on a panel dataset. PLM doesn't seem to cut it. I wonder if this could be done in lavaan. Would be great if you could provide a tutorial. Thanks much for the great content!

  • @patricktsikayi5969
    @patricktsikayi5969 2 ปีที่แล้ว +1

    im failing to access the txt file, getting a 404 error

  • @khelfaouiaissam2
    @khelfaouiaissam2 4 ปีที่แล้ว +1

    hey mike i have downloaded data from the world bank and i want to study the correlation and causality of some variables for example internet usage to health variables in between countries across time. would you still suggest that i use the PLM package or use other ways to study it ? knowing that id = country , time =year

  • @kagisela9664
    @kagisela9664 4 ปีที่แล้ว +1

    How do you see the effects of the dummy variables?

  • @pjakobsen
    @pjakobsen 4 ปีที่แล้ว +7

    Thanks, great video. I got the error: " invalid multibyte string at '..r'" but managed to fix it with the following command: Sys.setlocale("LC_ALL", "C")

  • @juliedelacour4133
    @juliedelacour4133 4 ปีที่แล้ว

    Hi, how can you see the effect the id-code has on wage now that it can't be seen in the output?

  • @christopheryaluma3668
    @christopheryaluma3668 4 ปีที่แล้ว +1

    Very well explained :) Thank you!

  • @jayone1129
    @jayone1129 3 ปีที่แล้ว

    it is just great. many thanks for a good example.

  • @AnahideCastro
    @AnahideCastro 3 ปีที่แล้ว

    Thank you very much! kudos from brazil

    • @mikecrowson2462
      @mikecrowson2462  3 ปีที่แล้ว +1

      You are very welcome, Anahi! Best wishes.

  • @dr.swapnilsoni
    @dr.swapnilsoni 4 ปีที่แล้ว

    Would suggest to please discuss Hausman test to assess the correlation between individual heterogeneity and regressors. If this corr exists then choose fixed otherwise random effect model.

    • @mikecrowson2462
      @mikecrowson2462  4 ปีที่แล้ว +1

      Hi there. Thanks for your comment. I had another video on this very topic, but I decided to re-make it (I wasn't satisfied with the production on it). It's on my 'to-do' list. Best wishes!

  • @wasimiqbal4198
    @wasimiqbal4198 4 ปีที่แล้ว

    sir can you please send me the link for system GMM Estimation in R

  • @Ivan_D7
    @Ivan_D7 4 ปีที่แล้ว +1

    why in the fixed effect there's not intercept?

    • @EvandroSchulz
      @EvandroSchulz 4 ปีที่แล้ว

      It can has intercept.

    • @dr.swapnilsoni
      @dr.swapnilsoni 4 ปีที่แล้ว

      Fixed effect models the time variant variables only.

  • @sebastianzavala4478
    @sebastianzavala4478 5 ปีที่แล้ว

    I'm not sure i get the "index" argument, what does it do?

    • @dr.swapnilsoni
      @dr.swapnilsoni 4 ปีที่แล้ว

      "Index" argument converts your data set into a panel dataset comprising entity and time variables. Without this panel regression wont work.

  • @tarungupta8269
    @tarungupta8269 5 ปีที่แล้ว +1

    Hi Mike, Thanks for sharing this video. I am working on a project based upon Panel Regression model. I'll be glad if you can help me out with my queries and challenges that I am facing in the project.

  • @svalbard01
    @svalbard01 5 ปีที่แล้ว

    This is great. Thank you.