Understanding group by (R Tidyverse)

Тәжірибелік нұсқаулар және стиль

Full curriculum at teachingr.com/
How group by works with summarize, mutate, and filter.

Пікірлер: 37

  • @afonsoosorio2099
    @afonsoosorio2099 Жыл бұрын

    Awesome, informative. It is a life saver. You are in my big 5 list of the finest R tutors. You could have spoiled us a little bit with the ungroup argument.

  • @cbgbstew4072
    @cbgbstew40722 жыл бұрын

    Wish I found this video 2 days ago; it solved 2 days’ worth of coding issues for me in the first 2 and a half minutes 😊 Thanks so much!

  • @saramorakabian605
    @saramorakabian6053 жыл бұрын

    This is so helpful! I was stumped on the use of this in my project and this cleared everything up. Thank you so much!

  • @eveseves4614
    @eveseves4614 Жыл бұрын

    Thanks so much for explaining this, especially how R actually calculates. It makes so much more sense now. I can that if you use the group by function and summarize with mean, then the numbers are actually different than without the group by function. This is because the latter is summarizing by all data and not just one group. :) cool

  • @finnberuldsen4798
    @finnberuldsen47982 жыл бұрын

    I was trying to think about this for a while! This is a great and intuitive explanation!

  • @muhammadharoon5460
    @muhammadharoon54604 жыл бұрын

    You're just amazing!!! Very clear explanation, thank youuuuu!! SUBSCRIBED!

  • @ThomasinaCadell
    @ThomasinaCadell3 жыл бұрын

    This was such an amazing video, thank you so much for your help - literally saved my uni summative

  • @JD-ig7yx
    @JD-ig7yx Жыл бұрын

    Was so stumped!! Thank you!

  • @marlenacoco4295
    @marlenacoco4295 Жыл бұрын

    I really like the way you explain things and keep it simple.

  • @rflilflower7127
    @rflilflower71274 жыл бұрын

    These are really helpful!!! Thank you!

  • @caseyosborne3148
    @caseyosborne31483 жыл бұрын

    You are good at what you do.

  • @aamhanif
    @aamhanif4 жыл бұрын

    Thank you so much! It was really helpful.

  • @onurdeniz6740
    @onurdeniz67403 жыл бұрын

    Quick&easy, thanks mate!

  • @jaimeduncan6167
    @jaimeduncan61674 жыл бұрын

    Very good tutorial, Thanks for sharing!!! SUBSCRIBED!

  • @robertmoncriefglockrock8957
    @robertmoncriefglockrock89572 жыл бұрын

    Thank you so much! I wish every video was this helpful 😭

  • @janlauterbach8204
    @janlauterbach8204 Жыл бұрын

    best explanation! Thank you

  • @bharatsharma6536
    @bharatsharma65364 жыл бұрын

    Great content by you! Keep up it

  • @shivamshinde9904
    @shivamshinde99043 жыл бұрын

    thanks man !! was really helpful..

  • @chrisber
    @chrisber3 жыл бұрын

    Thanks heaps dude this video was really helpful, liked favourited and subbed.

  • @diegocastanedafiestas1574
    @diegocastanedafiestas15743 жыл бұрын

    excellent way to teach this tank you so much!!

  • @goldensleeves
    @goldensleeves3 жыл бұрын

    Very helpful, thanks!

  • @estellawwy4134
    @estellawwy41342 жыл бұрын

    save my assignment! thanks

  • @johannesmphaka7433
    @johannesmphaka74334 жыл бұрын

    very easy to understand thanks.

  • @analslave6799
    @analslave67993 жыл бұрын

    damn, man, make more videos thanks for your work

  • @JuancharroVlogs
    @JuancharroVlogs5 жыл бұрын

    Thank you

  • @uttonio
    @uttonio3 жыл бұрын

    I played this video at 1.25 speed and didn't get it. Then I played it at 0.75 speed and bamm, I understood what you said.

  • @SGH-rt6ci
    @SGH-rt6ci4 жыл бұрын

    Dear Ben, suppose you have a fourth columns with year when the test was taken by each indyvidual suppose 2017,2018,2019. How would you get the score and aggregate at the same time. My question is how to convert a single column with variables ( years) into as many columns as years ( 2017,2018,2019. : rows group by name Jen, Sarah, Ben......and columns are named 2017,2018,2019. It is feasable somehow ? Will be obliged for help. Thank you

  • @frankjr3787
    @frankjr37873 жыл бұрын

    Hello, I am having a issue with the group_by function still. If I have 4 variables/columns .. say ( a b c d ) can I use the group by to only view column b and c?

  • @matheusmoretti948

    @matheusmoretti948

    3 жыл бұрын

    you can use select and then group_by bro

  • @denispetinelli7161
    @denispetinelli71614 жыл бұрын

    Ben, you need to score more. Nice video, help me a lot.

  • @jababnamgay6366
    @jababnamgay63664 жыл бұрын

    how did you create the data?

  • @jameschen3414
    @jameschen34142 жыл бұрын

    this video should replace the R dplyr course on datacamp

  • @simplekosmology0215
    @simplekosmology021510 ай бұрын

    I wish u could reply my question, knowing this video is 5 years old. my question: how did you create the table directly on the input pane of the console. I am trying to create the table the traditional way by mentioning my variables. I input the variable "name" but found some names appear more than once

  • @ryebreadie6877
    @ryebreadie68774 жыл бұрын

    is there a way to have a column saying how many rows of data are in each group?

  • @SC-xh8ju

    @SC-xh8ju

    3 жыл бұрын

    summarize(n=n(), etc...) at the end of the pipeline should work

  • @yt-1161
    @yt-11612 жыл бұрын

    good content terrible microphone