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.
@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!
@saladprincesss4 жыл бұрын
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 Жыл бұрын
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
@marlenacoco42952 жыл бұрын
I really like the way you explain things and keep it simple.
@finnberuldsen47983 жыл бұрын
I was trying to think about this for a while! This is a great and intuitive explanation!
@robertmoncriefglockrock89572 жыл бұрын
Thank you so much! I wish every video was this helpful 😭
@caseyosborne31484 жыл бұрын
You are good at what you do.
@JD-ig7yx2 жыл бұрын
Was so stumped!! Thank you!
@jaimeduncan61674 жыл бұрын
Very good tutorial, Thanks for sharing!!! SUBSCRIBED!
@ThomasinaCadell3 жыл бұрын
This was such an amazing video, thank you so much for your help - literally saved my uni summative
@janlauterbach82042 жыл бұрын
best explanation! Thank you
@muhammadharoon54604 жыл бұрын
You're just amazing!!! Very clear explanation, thank youuuuu!! SUBSCRIBED!
@onurdeniz67404 жыл бұрын
Quick&easy, thanks mate!
@jababnamgay63664 жыл бұрын
how did you create the data?
@simplekosmology0215 Жыл бұрын
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
@diegocastanedafiestas15743 жыл бұрын
excellent way to teach this tank you so much!!
@кек67993 жыл бұрын
damn, man, make more videos thanks for your work
@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
@shivamshinde99043 жыл бұрын
thanks man !! was really helpful..
@estellawwy41343 жыл бұрын
save my assignment! thanks
@aamhanif5 жыл бұрын
Thank you so much! It was really helpful.
@bharatsharma65364 жыл бұрын
Great content by you! Keep up it
@chrisber4 жыл бұрын
Thanks heaps dude this video was really helpful, liked favourited and subbed.
@frankjr37874 жыл бұрын
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?
@matheusmoretti9483 жыл бұрын
you can use select and then group_by bro
@goldensleeves4 жыл бұрын
Very helpful, thanks!
@uttonio4 жыл бұрын
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.
@rflilflower71274 жыл бұрын
These are really helpful!!! Thank you!
@johannesmphaka74335 жыл бұрын
very easy to understand thanks.
@ryebreadie68774 жыл бұрын
is there a way to have a column saying how many rows of data are in each group?
@SC-xh8ju4 жыл бұрын
summarize(n=n(), etc...) at the end of the pipeline should work
@denispetinelli71614 жыл бұрын
Ben, you need to score more. Nice video, help me a lot.
@jameschen34143 жыл бұрын
this video should replace the R dplyr course on datacamp