Make an apa-style bar graph in ggplot2

Поділитися
Вставка
  • Опубліковано 12 бер 2021
  • Find the code for this tutorial and the resources from the video here: ggplot2tor.com/tutorials/apa_...

КОМЕНТАРІ • 21

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

    Thank you so much for this! I love the fact that you went through the code line by line so that we can understand what's going on.

  • @bkarim7349
    @bkarim7349 2 роки тому +2

    thank you prof, it is very useful and very clear

  • @thiseARThislife
    @thiseARThislife 9 місяців тому

    Thank you so much for this. It was a huge help with building graphs for my master thesis.

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

    Thanks, very helpful!

  • @md.tajbibrahman9285
    @md.tajbibrahman9285 2 роки тому +1

    Thank you sir, we want more like this..!!!

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

    It was brilliant, perfect and very useful.

  • @TaraTigerBrown
    @TaraTigerBrown 3 місяці тому +1

    re: legend vertical spacing. The comments on substack mentioned a code update since your tutorial and to use this example (worked for me with .y):
    p + theme(
    legend.key.spacing.x = unit(1, "cm"),
    legend.key.spacing.y = unit(1, "cm")
    )

    • @paulb.982
      @paulb.982 2 місяці тому

      Where in the code should this be added?

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

    very very good video. the first video i dont want quit!

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

    Thanks

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

    Hi, I tried to get the graph by pasting the commands but got the following error message:
    Error in get(as.character(FUN), mode = "function", envir = envir) :
    object 'draw_key_polygon3' of mode 'function' was not found
    Can anyone help me?

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

    Many thanks indeed for this tutorial. I would like to know how such an APA bar graph can be made edittable instead of being saved as unedittable png or jpeg picture.
    Thanks once again.
    Appreciation from Uganda

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

    Very nice! However, after adding the guides for the legend, the smaller legend keys disappeared and the sizes were reset. Is there a fix?

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

    goat

  • @alexia7748
    @alexia7748 4 місяці тому

    Is there any way to do this without using a mean or overall score i.e. keeping all the individual points to be able to do geom_jitter overlayed?

  • @rijithraj1
    @rijithraj1 2 роки тому +2

    code did not work for me :(
    object 'draw_key_polygon3' of mode 'function' was not found

    • @pouyanalizade8753
      @pouyanalizade8753 2 роки тому +5

      You should first run this code:
      draw_key_polygon3

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

      @@pouyanalizade8753 Thank you so much!

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

      @@pouyanalizade8753 Hey that was awesome. Thank you so much :)

  • @vortexchilling3816
    @vortexchilling3816 2 роки тому +2

    code does not work here