Plotting with ggplot2: Part 2

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

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

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

    7+ years after your video publication, and yet one of the most elucidating videos that a beginner like me would ever wish to watch and learn. Beautifully presented, thank you very much.

  • @spyl42
    @spyl42 10 лет назад

    This primer on ggplot is far superior to anything I found so far. now that I understand the framework for using qplot and ggplot, I feel much more confident to explore more advanced features of the package. Thank you!

  • @oliverfisher9985
    @oliverfisher9985 10 лет назад +13

    Hi Roger. This has got to be one of the best introductions to ggplot I've seen so far. Finally someone's explained the logic behind the variables. Thank you for that. Now I'm finally not "scared" of using ggplot2 anymore. Great stuff. Any more videos planed on other ggplot functions (boxplots etc.?)

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

    One of the OG's of youtube Data Science! I salute you, man.

  • @instituteforhealthlivingpd8251
    @instituteforhealthlivingpd8251 5 лет назад

    Extremely insightful and clear!!
    THANK YOU Roger Peng from the bottom of my heart!

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

    Thanks for this video, and more generally for your ongoing efforts to share your knowledge with others in the R community. Whether it's the content here on You Tube, or the Not So Standard Deviations Podcast that you do with Hilary, you always keep things interesting. Kudos, Rog'!

  • @djangoworldwide7925
    @djangoworldwide7925 Год назад

    Wow. Never knew the difference between putting color in or outside of the aes. I would always just play with it. You're so profoundly good

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

    Great tutorial. Exactly what I was looking for. Followed along and made a great plot, thanks!!

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

    Both the ggplot2 videos are very helpful. Thanks a lot.

  • @muhammad1502
    @muhammad1502 Год назад

    Very good video. Thanks for the comprehensive explanation and intro into the grammar of graphics paradigm 👍

  • @lopezb
    @lopezb 5 лет назад

    Really excellent explanations. You think like a mathematician. Thank you!

  • @johannesn5157
    @johannesn5157 7 лет назад

    Fantastic tutorials! Thank you so much!
    Helped me a great deal in my bachelor thesis!

  • @melkwold3873
    @melkwold3873 8 лет назад

    Thank you very much !! It's an awesome series !

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

    Very useful lesson. Thanks.

  • @ramakanthrayanchi8888
    @ramakanthrayanchi8888 8 лет назад

    Thank you.Great video on how to understand the ggplot in modular basis

  • @madthrush5273
    @madthrush5273 6 лет назад

    Great job - very helpful. Are the default confidence bands 95% confidence intervals?

  • @gregorkalinkat7657
    @gregorkalinkat7657 7 лет назад

    Great tutorial and a great start into the magic world of ggplot2!
    Many thanks!

  • @elovyn7210
    @elovyn7210 9 лет назад +3

    thanks, great introduction which motivates to learn more abot it!

  • @ehoumanevans4783
    @ehoumanevans4783 5 лет назад

    Please is there a way to have the maacs data set. I am interested in sharing the tutorials with graduate students. Thank you Roger. Due o you I am progressing on my data skills

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

    Hallo Roger. I tried to find the "maacs" table to work this tutorial with you but I only found the article. Could you tell me please how do I obtain the data? Thank you

  • @olydnk5270
    @olydnk5270 5 лет назад

    Roger...you are the best! Thank you

  • @dimitrywintermantel819
    @dimitrywintermantel819 9 лет назад

    Thanks for the nice video. Seeing that most of the points were far outside the confidence interval of the smoothers, made me wonder how to interpret this.
    Does this mean that if I´d repeat the experiment with the same number of observations, I ll have a 95% chance of having a regression within the confidence interval? What if I´d look at only one random Baltimore child (1 observation), would the probability that its NocturnalSymp would be in the confidence interval, still be 95%?

    • @hanzthemagmagiant
      @hanzthemagmagiant 9 лет назад

      No. With smoothing you are sacrificing some statistical accuracy in order to get a trend line in form of a smoothed function (instead of points). The confidence intervals represent how sure you can be about this general trend based on some simplifying assumptions (these vary for each method) and the data. That is why the CI widens dramaticly when you have less observations.

  • @NatashaBrianez
    @NatashaBrianez 8 лет назад

    Thank you so much!

  • @dustins3400
    @dustins3400 6 лет назад

    Excellent tutorial - thanks man.

  • @venkateshcg7170
    @venkateshcg7170 10 лет назад

    great video...both part 1 & 2... is the code used for the presentation available

  • @lawrenceberry9905
    @lawrenceberry9905 6 лет назад

    Outstanding intro to ggplot(). Well done! If it were possible I’d give you 10 likes.

  • @mbalasubramanian
    @mbalasubramanian 10 лет назад

    Nice tutorial thanks. Learned something new.

  • @azimute131
    @azimute131 5 лет назад

    Thank you Roger Peng, very helpful

  • @toastyluke
    @toastyluke 9 лет назад

    Hi, I was wondering if anyone could help. I have made 8 (a1,...,a8) variables as various ggplot and I want to display them all on a 2x4 grid. I can't find a way to do this having used ggplot to make my plots. Any thought would be appreciated, thanks.

  • @alyibrahimelsayed6141
    @alyibrahimelsayed6141 8 лет назад

    Thank you very much indeed :) Brilliant *****

  • @frankzsc
    @frankzsc 9 лет назад +3

    Great tutorial, but where is the dataset for Part 2?

    • @Hey-mj5jg
      @Hey-mj5jg 6 лет назад

      getwd()
      dir.create("ZapocetSk")
      fileURL = "slovakkhl.sk/index.php?page=kanadske-bodovanie"
      library(XML)
      temp = htmlParse(fileURL)
      tabs = readHTMLTable(temp,stringAsFactor = TRUE, header = TRUE)
      tabs
      hraci = tabs[[1]][c(2:10),]
      hraci
      names(hraci)[4] = c("ttttm")
      hraci
      as.numeric(hraci$G) ## netusim vobec ci sa to zmenilo
      hraci[order(hraci$G, decreasing = TRUE),]

  • @Dr.munna89
    @Dr.munna89 3 года назад

    Sir, it’s ok to subscript but if I want superscript in my labels then how can o do?

  • @chygwg
    @chygwg 8 лет назад

    Thank you!

  • @Ankawenu
    @Ankawenu 9 лет назад

    Thanks!

  • @tumadrelanieves
    @tumadrelanieves 7 лет назад

    Congrats! Keep it up

  • @georgebariamis2002
    @georgebariamis2002 9 лет назад

    Thanks !!!

  • @tinayang7351
    @tinayang7351 8 лет назад

    Where can I download these slides??? Thank you

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

    I want to draw a multifaceted diagram using "mpg" for the factors "cty" and "hey". Facet factor= dev
    1) how to draw a multifaceted diagram with color
    2) How to add multiple plot Syntex in vim file

  • @javifldp
    @javifldp 10 лет назад

    This is a great tutorial, thanks

  • @SagangaKapaya
    @SagangaKapaya 5 лет назад

    thank you, very helpful.

  • @raguspag55
    @raguspag55 10 лет назад

    thanks for sharing the data Parvane.

  • @Cagebreaker21
    @Cagebreaker21 9 лет назад

    Use Poisson regression, not simple linear regression for the analysis!

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

    Thanks

  • @romakrd
    @romakrd 11 лет назад +3

    Hi! How to get maacs data set?

    • @marlowisws
      @marlowisws 11 лет назад +1

      Ditto. Can't follow along without it. Couldn't find on the course forums or via Google.

    • @KuldeepSingh-cm3oe
      @KuldeepSingh-cm3oe 6 лет назад

      Its in the MASS package...

    • @MickJaggerr1
      @MickJaggerr1 6 лет назад +1

      i cant see it in the Mass package, what is the exact name of the data set?

    • @MickJaggerr1
      @MickJaggerr1 6 лет назад

      where in the Mass package

    • @jayhouse2434
      @jayhouse2434 6 лет назад

      raw.githubusercontent.com/rdpeng/artofdatascience/master/manuscript/data/bmi_pm25_no2_sim.csv

  • @MattBusigin
    @MattBusigin 7 лет назад +1

    The 6 people who hit thumbs down obviously misclicked.

  • @ririraman7
    @ririraman7 6 лет назад

    Perfect.

  • @imaginaryunit.
    @imaginaryunit. 10 лет назад

    11:02 "low ass smoother"
    Sorry, I had to. Nice tutorial, though! :)

  • @rahulchandra759
    @rahulchandra759 8 лет назад

    How do I get maacs data ?

    • @jayhouse2434
      @jayhouse2434 6 лет назад

      raw.githubusercontent.com/rdpeng/artofdatascience/master/manuscript/data/bmi_pm25_no2_sim.csv
      maacs

  • @DeltaSoftAustralia
    @DeltaSoftAustralia 10 лет назад +1

    maacs file I have downloaded does not have these variables...can anyone please post the link

    • @jayhouse2434
      @jayhouse2434 6 лет назад +1

      github.com/rdpeng/artofdatascience/blob/master/manuscript/data/bmi_pm25_no2_sim.csv
      maacs

  • @cyrilfurtado
    @cyrilfurtado 10 лет назад

    Data & the lecture is not easy to follow, need to spend time on how to get data & work with it

  • @angeld5093
    @angeld5093 7 лет назад

    thank you very much!

  • @tarifaljnidi2301
    @tarifaljnidi2301 6 лет назад

    Hi! How to get maacs data set?