How to handle missing data in R (Ft.

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 26

  • @StatisticsGlobe
    @StatisticsGlobe 3 роки тому +11

    Thanks a lot Chanin for this amazing collaboration! It's an honor to be featured on your channel!

    • @krishna9011
      @krishna9011 3 роки тому +2

      Good lecture sir ❤️

    • @StatisticsGlobe
      @StatisticsGlobe 3 роки тому

      @@krishna9011 Thanks a lot, glad you think so! :)

    • @DataProfessor
      @DataProfessor  3 роки тому +1

      Glad to have you, and thanks for sharing your knowledge with us!

  • @gabrielmuller9777
    @gabrielmuller9777 3 роки тому +5

    Thank you for introducting us to mice package!

    • @StatisticsGlobe
      @StatisticsGlobe 3 роки тому +2

      You are very welcome Gabriel, glad you find the tutorial helpful!

  • @pipertripp
    @pipertripp 9 місяців тому +1

    Great topic from two great presenters. I'm learning R and I regularly find great info on Joachim's StatisticsGlobe channel and website.

  • @Major_Data
    @Major_Data 3 роки тому +4

    Love this! We were just discussing how to deal with missing data the other day on our show! Great to see how to handle it with R.

    • @DataProfessor
      @DataProfessor  3 роки тому +2

      Thanks Albert for tuning in! 😊

    • @StatisticsGlobe
      @StatisticsGlobe 3 роки тому +2

      Hey Albert, thanks a lot for the nice comment! Glad to hear that the tutorial came at the right time :D Regards, Joachim

  • @VLM234
    @VLM234 3 роки тому +4

    Great tutorial

    • @DataProfessor
      @DataProfessor  3 роки тому +2

      Thanks for watching!

    • @StatisticsGlobe
      @StatisticsGlobe 3 роки тому +1

      Thank you very much Gulab, glad you like the tutorial! :)

  • @oliverlindhorst5900
    @oliverlindhorst5900 3 роки тому +4

    Hey there loving the look of this channel, just came across it, any recommendations where to begin? (Undergrad biochemist with next to no coding experience)

    • @DataProfessor
      @DataProfessor  3 роки тому +2

      Hi, welcome! I'm also a biologist by training and self-taught myself coding. If starting out, I would recommend this playlist that shows a no code approach to using machine learning ua-cam.com/video/t5mylGHE2Fg/v-deo.html
      I've also compiled a beginner friendly playlist for getting started in data science here ua-cam.com/video/oR670Txwh88/v-deo.html

  • @jeffreylau2093
    @jeffreylau2093 3 роки тому +2

    May I ask what is the basis behind the imputation calculation, or in other words, would there be issues with using imputation methods if the underlying distribution of the variable with missing values is uncertain or non-normal?

    • @StatisticsGlobe
      @StatisticsGlobe 3 роки тому +3

      Hey Jeffrey, this depends on the imputation method you are using. In the video, I have used Predictive Mean Matching (the default of the mice package for numerical data), and with this method it shouldn't be a problem in case the imputed variable is non-normal. You can find more information on Predictive Mean Matching here: statisticsglobe.com/predictive-mean-matching-imputation-method/ However, a big concern of missing data imputation is the structure of the missing values (i.e. the response mechanisms MCAR, MAR, and MNAR). You can read more about that by following the link in the description of the video. I hope that helps! Joachim

  • @ranitchatterjee5552
    @ranitchatterjee5552 3 роки тому +1

    🔥🔥❤️

  • @sheiksibgathulla1690
    @sheiksibgathulla1690 3 роки тому +2

    Hi sir plz
    Upload
    Step by step to become a
    Data analyst

  • @salvadors3433
    @salvadors3433 3 роки тому

    I know it's not uncommon but having the multiple imputation be further off from the true y than the single was really anticlimatic.