dplyr::group_by() | How to use dplyr group by function | R Programming

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

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

  • @giabawa6857
    @giabawa6857 3 года назад +11

    I like people like you who are straight to the point with simple explanation! Thank you so much.

  • @natebenham922
    @natebenham922 2 года назад +4

    OMG! This literally saved me hours of headache from an option with %>% operator. Thank you!

  • @jackchristie7656
    @jackchristie7656 2 года назад

    the double grouping is exactly what I wanted help figuring out. great, straight-to-the-point video, bless

  • @johneagle4384
    @johneagle4384 2 года назад

    Thank you. I've just discovered your channel. Very good videos about R!

  • @studyselection2881
    @studyselection2881 2 года назад

    Great Video, thank you!

  • @lureennaser262
    @lureennaser262 2 года назад

    Thank you! this was very useful.

  • @AI_4214
    @AI_4214 2 года назад +3

    Hi,
    Is it possible to create plots after using group by function

  • @MB-qr3oh
    @MB-qr3oh Год назад

    Hi, the video is very clear, thank you! I have a question about the function "summarise": ist it possible to insert a goodness of fit check? I would like to group my data and then check for each group of the values of a variable are normal distributed. Would it be possible with the function "summarise" or is there any other way to get it? Thank you in advance!

  • @productivitarts7780
    @productivitarts7780 3 года назад +1

    Salut! Avec ton léger accent, j'en ai dédui que tu étais Québécois ;) J'aurais une question pour toi!
    Dans mon DF, mes variables de ligne sont des entreprises (1 entreprise a plusieurs lignes, comme c'est le cas de la sorte de lys qui a plusieurs lignes) et mes variables de colonnes sont binaires (0/1). Je souhaite donc combiner mes variables de colonne en somme (au lieu de moyenne dans ton exemple). Je suis capable de le faire avec la formule suivante :
    by_company

    • @ProgrammingDDS
      @ProgrammingDDS  3 года назад +2

      Bonjour! Malheureusement, il est difficile de donner des conseils pour un code sans voir les données ou avoir un script reproductible. Je te conseille à la place de chercher le web pour trouver exactement ce que tu cherches. Si non, d'autres resources tel que Stackoverflow te permettent de partager ton code et de demander l'aide de la communauté. La réponse n'est pas loin, bonne chance! :)

    • @productivitarts7780
      @productivitarts7780 3 года назад

      @@ProgrammingDDS Oui je comprends! Ce n'est pas comme sur R Studio Community où l'on peut partager nos données. Merci pour le conseil, je vais aller voir sur ce site :)

  • @iamnotme3487
    @iamnotme3487 2 года назад

    excuse me sir, my coding cant find summarise and group_by function although i found the function in the rstudio packages

    • @ProgrammingDDS
      @ProgrammingDDS  2 года назад +1

      Hi! Make sure your are loading the dplyr package. Even if dplyr is "installed", you have to load it every time you want to use it. -> "library(dplyr)". Hope that helps!

  • @tradingbills4178
    @tradingbills4178 4 года назад

    How did you make your RStudio Environment section become interactive?

    • @ProgrammingDDS
      @ProgrammingDDS  4 года назад

      Hi! I don't think I have changed any of RStudio's environment section defaults. Which interactions exactly are different from you?

    • @tradingbills4178
      @tradingbills4178 4 года назад +1

      @@ProgrammingDDS My env. only lists the items with check boxes to the left and right of each item. Yours had a means of looking at the objects attributes while in the env. Maybe different versions....

    • @ProgrammingDDS
      @ProgrammingDDS  4 года назад +2

      @@tradingbills4178 I think it's the list/grid view! In the top right corner of the environment section, try changing "grid" to " list" and it should work!

    • @tradingbills4178
      @tradingbills4178 4 года назад +3

      R Programming - DDS perfect, that was it, now I’m back to your video. Thanks for taking the time to help out.

  • @poojamahesh8594
    @poojamahesh8594 3 года назад

    please help me with this
    i need to categories time into early morning, morning, mid-day, afternoon, evening..please tell me the line of code for it..

    • @ProgrammingDDS
      @ProgrammingDDS  3 года назад

      Hello. Unfortunately, for code specific questions, RUclips might not be the best platform! -- we recommend searching online instead. If you cannot find the answer you are looking for, other resources such as Stackoverflow, allow you to share code and get help from the community. Good luck!

  • @Moccalocca100
    @Moccalocca100 2 года назад

    ur code doesnt work

    • @BobBeatski71
      @BobBeatski71 2 года назад

      Why does his code run and yours doesn't ?