Separate and Unite - manipulate your data with R programming

Поделиться
HTML-код
  • Опубликовано: 3 янв 2023
  • If you're working with data or learning to do statistical analysis using R programming, then this is a short tutorial that will help you use and understand the seperate and unite functions as part of the tidyverse set of packages. So if you're a budding data scientist, or statistician or doing some sort of quantitative analysis for research, then check out this short tutorial about R programming.
    This channel is supported by Nested Knowledge - an online platform that supports the entire literature review process. Please do check them out at this link: my.nested-knowledge.com/r-pro...
  • РазвлеченияРазвлечения

Комментарии • 26

  • @RProgramming101
    @RProgramming101  11 месяцев назад

    Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/courses/rprogramming-resource-library

  • @Finance_Fun_
    @Finance_Fun_ Год назад +3

    Greg, thank you from Ukraine, I’m the first year master’s program student, and we learning R for econometrics a several months already. So I watch your video since October and it’s very helpful! (Even when there is no electricity in our city, I downloaded your lessons to my IPhone, and enjoying it)😅
    I want to say, that you are the Hero in R and Statistics, your lessons super duper easy and motivate to learn this beautiful language and data analysis at all. 👍👍👍
    You deserve Nobel Prize in education field!!!! Thank you Professor, you change the world for the best! If only you created an University it would be the best one in the World, I’m sure ! 👏👏👏

  • @emmanuelonuoha3642
    @emmanuelonuoha3642 3 месяца назад

    I keep coming back to your videos, it for me is the gold standard for R tutorials. Thanks.

  • @rain66275
    @rain66275 Год назад +4

    Great video! One small mistake though. The 1900s would be the 20th century. You could easily fix the mistake by mutating the century column with +1.

  • @elizabethpalu2447
    @elizabethpalu2447 Год назад

    I love the fact that your vidoes are simple and succint. Thank you

  • @kottelkannim4919
    @kottelkannim4919 10 месяцев назад +1

    "separate" is superseded by 'separate_wider_position"
    gapminder %>%
    separate_wider_position(cols = "year",
    widths= c(year = 2,century=2) )

  • @DB-kv3wu
    @DB-kv3wu 3 месяца назад

    Awesome!❤

  • @avestaabdulrahman6549
    @avestaabdulrahman6549 Год назад

    Thank you! Great work as usual

  • @bbluca94
    @bbluca94 Год назад

    Thank you as usual. Would be amazing a tutorial on survival analysis using r!

  • @znowstorm
    @znowstorm Год назад +1

    Gold as usual

  • @ButterfaceGMusicSlump
    @ButterfaceGMusicSlump Год назад

    you're a gift!

  • @mugomuiruri2313
    @mugomuiruri2313 Год назад

    Nice

  • @Faycal59
    @Faycal59 Год назад

    Thank you well animated

  • @mohammadkhajamohiddin3523
    @mohammadkhajamohiddin3523 Год назад

    It's really useful

    • @RProgramming101
      @RProgramming101  Год назад

      Glad to hear that! Thanks for the great feedback

  • @korman9872
    @korman9872 Год назад

    Tx sir, really usefull

  • @wackojacko1997
    @wackojacko1997 Год назад

    'separate()' is great and I have used it before. I didn't know about 'unite()', however, and I'm curious the use case for it where it would be preferable to something like 'mutate(var = paste(col1, col2, sep = "")'. Maybe its syntax is shorter, but I'm frequently doing 'mutate()' anyway, and I would normally just chain that into my call. Thoughts?

  • @reecebinx4191
    @reecebinx4191 10 месяцев назад

    How do you save the results from separate into the table?

  • @gianluca.pastorelli
    @gianluca.pastorelli Год назад

    After this, I can say goodbye to the "text to column" function in excel

  • @machivaldemon
    @machivaldemon Год назад

    first