Arranging ggplot bar charts by frequency

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 13

  • @EquitableEquations
    @EquitableEquations  2 роки тому

    You can find the script from this vid (and others) at github.com/equitable-equations/youtube.

  • @arenashawn772
    @arenashawn772 Рік тому +1

    I was searching for the reorder factor bar plots methods with both matplotlib and ggplot2 and found this channel. What a wealth of information! Thank you so much for taking time to generously share you knowledge 🥰

  • @buffaloperformanceandanaly1431
    @buffaloperformanceandanaly1431 2 роки тому +1

    Very easy to understand! Thanks for sharing.

  • @Gibstack
    @Gibstack 2 роки тому

    Another great video, from my favorite statistician. :)

  • @hamadalonazi723
    @hamadalonazi723 2 роки тому +1

    wow,,,,,, man you are a life saver,,,, I been digging for three days and finally you helped me solved it. Please I need a video how to add numbers for every bar. Can you do that please?

    • @EquitableEquations
      @EquitableEquations  2 роки тому +1

      Hi! I do this at the end of my Scooby Doo analysis:
      ua-cam.com/video/3av4Lk9mhzc/v-deo.html

    • @hamadalonazi723
      @hamadalonazi723 2 роки тому +1

      @@EquitableEquations I appreciate your help.

  •  2 роки тому

    Great! I know just a few functions from forcats, so this is very useful, thanks!

  • @romanvasiura6705
    @romanvasiura6705 Рік тому

    Thank you!)

  • @GuilleFunes_
    @GuilleFunes_ 2 роки тому

    Very useful, thanks

  • @almaisaks
    @almaisaks 8 днів тому

    Arranging ggplot bar charts by frequency

  • @CanDoSo_org
    @CanDoSo_org Рік тому

    Thanks. But how to reverse the order?

    • @learning_boson
      @learning_boson Рік тому +2

      just wrap with fct_rev(fct_infreq(marital))