How to Download World Bank Data in R-Studio

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

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

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

    Hello, I study International Economics with focus on Development Economics (M.Sc.) and I must say that I am deeply thankful for You and this video. I think you are a little bit underappriciated cause what you are doing here so intuitively is what Top Economist do most of their lifes. I have been able to replicate the Gruenewald et al paper about the trade off between inequality and carbon emissions in just ONE day whereas the authors needed atleast a year...of course i may not have robust standard errors yet, however, You Sir are underappriciated and I am deeply thankful for your upload!!!!

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

    Super helpful! I don't have to go and check the website again and again. Thank you so much

  • @mahatmaalimibrahim6631
    @mahatmaalimibrahim6631 4 ปีที่แล้ว +3

    Great explanation. thanks a lot.

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

    Ur a genius..Thousand thanks

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

    Thank you!

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

    I love this kind of video. so helpfull. Thanks a lot. I'm learnig so much.

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

    Hi Mike, as a beginner of R, I would love to practice on this WDI example to apply to my cell biology projects. Does it possible to show how to install the package of WDI? Thank you!

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

      @Pei-Ju Liu To install put the following- install.packages(WDI)

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

    The easy way to rename the variables is to use the set_names function from dplyr
    - library(tidyverse)
    - example %>% set_names(c(“name1”, “name2”))

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

    how would i make a regression model using the WDI data while answering "net migration in the US affecting GDP in the US". i cant figure out how to put the data in R

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

    Great tutorial, really appreciate it! But, I'd advise researchers to find alternate ways to pull data as the World Bank servers are quite unreliable; I pulled my data yesterday using the WDI package yesterday, but today the function can't seem to find data attached to the same indicators I coded yesterday... Seems like this is a common problem.

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

    How can we add an indicator for specific countries?

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

    Can we download world bank data in stata?

  • @andrescontreras8128
    @andrescontreras8128 6 หลายเดือนก่อน

    Thanks a lot!

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

    Thank you!

  • @ismarcarneiro4048
    @ismarcarneiro4048 7 หลายเดือนก่อน

    Thank you!!!