R programming in one hour - a crash course for beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น •

  • @RProgramming101
    @RProgramming101  ปีที่แล้ว +13

    Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods

  • @khawlabintal-azwar2
    @khawlabintal-azwar2 2 ปีที่แล้ว +44

    For those who cannot see the starwars data set:
    if (!require(dplyr)) install.packages("dplyr")
    library(dplyr)
    starwarsDF

  • @emmanuelhoustonkwashie9222
    @emmanuelhoustonkwashie9222 2 ปีที่แล้ว +201

    This is a complete semester course described in detail in an hour. My Professor, who is paid to teach this course, will be unable to cover even half of what is shown in this video until the semester is through. When I raise inquiries about specific codes in class, the Professor becomes enraged. Greg, I can't thank you enough for this video and so many others. R programming is quickly becoming second nature to me. How can I get access to the linear model and other graphs you used to demonstrate some aspects of the programming? Thank you very much. You are simply the best!

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว +14

      So nice of you - thanks for the great feedback, Emmanuel. Much appreciated!! I'm glad that you found it helpful! 😊🙌👍

    • @pratiushkumar3306
      @pratiushkumar3306 10 หลายเดือนก่อน +2

      Lol this is so true

    • @hönz270
      @hönz270 8 หลายเดือนก่อน +1

      This is too familiar! Thank you for this channel it's a lifesaver

  • @sevif_
    @sevif_ ปีที่แล้ว +111

    (I am adding shortcuts for myself, so if some of them are incorrect don't complain)
    00:00 - intro
    04:00 - basics
    06:52 - Built in data sets to practice with
    07:30 - installing and using packages
    11:44 - Data structure and types of variables
    [ ]
    16:04 - Changing variable order
    16:31 - changing variable name
    17:00 - changing a variable type (factor)
    18:12 - changing factor levels
    19:36 - filter rows
    20:31 - recode data
    21:14 - dealing with missing data
    22:00 - dealing with duplicates
    23:31 - manipulate (create or change a variable[mutate])
    23:21 - conditional change (if_else)
    c.d.n

    • @billcosta
      @billcosta ปีที่แล้ว

      (I am adding shortcuts for myself),
      i don't think so lmao, just shitting your poo in the comments to get some virtual attention

    • @kabutey8132
      @kabutey8132 ปีที่แล้ว +2

      No complains 😂

    • @rajsharmaaaaaaaaaa
      @rajsharmaaaaaaaaaa 10 หลายเดือนก่อน +1

      no complains

    • @jesshsu6684
      @jesshsu6684 10 หลายเดือนก่อน +2

      i wanna know the link of star war data since i cannot find it, thanks!

    • @ZenoScum
      @ZenoScum 10 หลายเดือนก่อน

      I think it is in R once you download the tidyverse package@@jesshsu6684

  • @banyalaaabdulganiu1683
    @banyalaaabdulganiu1683 2 ปีที่แล้ว +10

    as albert Einstein once said “If you can't explain it to a six-year-old, then you don't understand it yourself” . you are the best.

    • @RProgramming101
      @RProgramming101  ปีที่แล้ว

      Thanks for the feedback. Much appreciated.

  • @sullivanfam01
    @sullivanfam01 ปีที่แล้ว +34

    I cannot tell you how excited I am that I finally understand what I am doing in R! Granted, I've spent about 8 hours working through this 1 hour video, but it has finally "clicked." Thank you!

  • @muhammedhadedy4570
    @muhammedhadedy4570 2 ปีที่แล้ว +149

    No words can express my deep gratitude. Thank you so much, Mr. Greg. Please, keep up the great work.

  • @DS-R.1913
    @DS-R.1913 หลายเดือนก่อน +3

    WOW ... just WOW ... I learned more R code and syntax in your 1 hour of YOUR teaching than I have in a semester of school. Thank you.

  • @fms6306
    @fms6306 ปีที่แล้ว +4

    Greg, I absolutely love your teaching style. I was flip-flopping between R and Python and you have convinced me that for data exploration, graphing and statistical analysis, R is the best bet. No doubt I will still learn Python but your style of teaching is what has got me convinced and serious about learning R. I can't thank you enough.

  • @vikramamin2853
    @vikramamin2853 ปีที่แล้ว +12

    I was searching for videos on R programming and stumbled upon your channel. The way you explain the concepts is so wonderful. Simple and precise. I like the fact that in many of your videos, you do touch upon topics that were taught in a previous video.
    This video is like a refresher just before one is about to give his / her exam.
    Thank u so much for putting in the hard yards and making life for us wannabe data analysts slightly better. Wish u the best in life!!!

  • @nl6067
    @nl6067 2 ปีที่แล้ว +15

    I've watched four tutorials on R programming and yours is the best one! Not only concise, quick and relevant, but the way you talk about these topics is truly entertaining and captivating :) Thank you

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว +1

      Wow - what a nice thing to say (thanks!!)

  • @bradk7462
    @bradk7462 ปีที่แล้ว +2

    I’ve been learning python for the last few months and haven’t used R in a long time… this is the perfect refresher I needed for an upcoming interview I have! Excellent stuff :-)

  • @revathivamshi7621
    @revathivamshi7621 10 หลายเดือนก่อน +1

    This category of videos boost up our interest on learning the programming languages .

  • @monicanguata6023
    @monicanguata6023 9 หลายเดือนก่อน +1

    Am immensely grateful. I am going into this and will come back to say how am doing. Thank you

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 2 ปีที่แล้ว +4

    I agree with your approach of using in-house data for these demonstrations 100%. I can't count the number times I have started a lesson (and even paid for it) and quit in frustration because I could not access or find the data they used. Some instructors use some "obscure" data from a R package but don't bother telling you it came from. Others use "external" data that is either no longer accessible (or needs a signup or API) or in has been "wrangled" from the original form into some other shape. Many times I have had to reverse engineer or simulate the data on my own. If you are trying to teach some specific task or topic then this misses the point of the lesson (reminds of my high school when our math books were in Swedish - not my native language - I and I was busy trying to figure out what the words meant rather than doing the math) .
    So thanks for be so good about using built-in data rather than some obscure data!

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Thanks for the great feedback Haraldur!

  • @philippeberube2303
    @philippeberube2303 ปีที่แล้ว +1

    Merci beaucoup pour la vidéo. I'm experienced in SAS and Power BI, but did not know where to start on how to program in R. Your video touched upon all the important themes we need to know to get started.

  • @user-vm5zd5zq2e
    @user-vm5zd5zq2e 2 ปีที่แล้ว +7

    I really appreciate the animation. Kept the lecture a lot more engaging and clear when you were reviewing the code

  • @redheadredemption3
    @redheadredemption3 3 หลายเดือนก่อน +2

    It was the "boom shakalaka" and "easy peasy lemon squeezy" that let me know I was in the right place. So much better than any boring University course teaching less and not as well. Thank you!

    • @RProgramming101
      @RProgramming101  หลายเดือนก่อน +1

      haha - glad you liked it... thanks for the comment

  • @kumaryashneel1910
    @kumaryashneel1910 5 หลายเดือนก่อน

    Thank you Greg. This video is a life saver. My last masters unit (From Fiji) required to use R Programming Language for the major assessment. I had never used R and coming from a non programming background i struggled in keeping up labs, this crash course truly helped. So many vital topics put in so amazingly, well knitted. I learnt more in this video then i had in my whole semester. Thank you and best wishes

  • @fisfia
    @fisfia 2 ปีที่แล้ว +41

    Thanks a mill for this, Greg! I've watched the video 4 times and worked through all of it in RStudio. Not only did I learn a lot of R, I also did grasp some concepts in statistics that I've struggled with before. There's a big difference in the level of understanding when trying it out on your own. Awesome! I highly recommend putting in the time, it was so worth it. I've now downloaded the visualization cheat sheet as well, but that I think I'll have to save until the next weekend ;) Hope your weekend was just as great.

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      So nice of you - thanks for the great feedback Sofia!

  • @linafakih1661
    @linafakih1661 2 ปีที่แล้ว +2

    the word I love you doesn't currently express how grateful I am. This is super helpful!!! Thank youuu!!

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      You are most welcome. Thanks for the lovely feedback.

  • @brookemcbride6405
    @brookemcbride6405 11 หลายเดือนก่อน +1

    omg I have been watching TONS of tutorials to no avail. I wish I'd found you weeks ago!

  • @user-nm5hn8tf1d
    @user-nm5hn8tf1d 2 ปีที่แล้ว +3

    I cannot thank you enough. This has been such a huge help. I will be sharing this with the rest of the students in my Data Science unit and in the university Discord for future students. Absolutely brilliant teacher.

  • @dr.ranaismail9244
    @dr.ranaismail9244 2 ปีที่แล้ว +5

    Wonderful video!!! I can't recommend it enough! I'm an SPSS user, but I'm learning R programming to be able to run analysis anywhere I go for free (and on the run lol), and then to be able to help others with their own data analysis when they don't have SPSS. R is becoming a more universal package in my opinion. Thank you so much Greg Martin for all your efforts and dedication to teaching global minds :) keep it up!

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว +1

      Glad to hear that you enjoyed the video and that you're so enthusiastic about R (i really like it too).

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว +1

      Wow Rana - what a nice thing to say! Thanks!!

  • @layaneduarte1097
    @layaneduarte1097 2 ปีที่แล้ว +3

    I've watched all 16 videos. Thank you very much for so much time to explain it all, Greg! Lots of thanks from Brazil! Dabadum!

  • @wesselgilbers2907
    @wesselgilbers2907 11 หลายเดือนก่อน +2

    Amazing video! Thanks for this. The only explanation I found missing in the video is that you need to code library(package_name) for the packages each time you open up Rstudio in order to use the package again.

  • @abdullahalghamdi6402
    @abdullahalghamdi6402 ปีที่แล้ว +1

    You are Amazing! Thank you. It took me 6 hours because I stop the video and practice.. But, I learned the basics of R in even 58 minutes. Keep it up

    • @RProgramming101
      @RProgramming101  ปีที่แล้ว

      I'm thrilled that my video helped you or provided you with useful information. Thanks for letting me know!

  • @sugarcubegaming1643
    @sugarcubegaming1643 2 ปีที่แล้ว +2

    I was just getting started to jump into my Statistical Programming Course but I hate going into things blind. This was an EXCELLENT resource i was intimidated by R programming. This video honestly gave me a huge boost in confidence. Thank you.

  • @lavhenegondenideservant2297
    @lavhenegondenideservant2297 2 หลายเดือนก่อน +1

    This is the best tutorial on R programming

  • @estheradeniji2746
    @estheradeniji2746 ปีที่แล้ว +2

    Thank you so much for this rich yet concise introduction of R for data analysis. I found it so informative and beginner-friendly.

    • @RProgramming101
      @RProgramming101  ปีที่แล้ว

      Glad it was helpful! Thank you very much!

  • @shawnabee7248
    @shawnabee7248 2 ปีที่แล้ว +1

    Thank you! I'm self-taught in R a number of years ago. Getting back into it now, and your videos are excellent. I LOVE tidyverse! And your approach is really helping me re-learn and improve. Thanks

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Awesome! Thank you for your great feedback! 🙌

  • @TaherehV
    @TaherehV 9 หลายเดือนก่อน +2

    Thank you so much! I looked through a lot of tutorial videos but found them slow, boring and confusing. But you are awesome teacher! 👌

  • @gibsoncudem357
    @gibsoncudem357 2 หลายเดือนก่อน

    I'm really attracted now, as a Biochemist and have found myself needing R knowledge, your video gave me hope, Sir. Remain blessed 🙏

  • @UCanCMee
    @UCanCMee ปีที่แล้ว

    Dr. Greg Martin, you close R programming in a bottle. Very good and Thanks

  • @KimJaeYoung
    @KimJaeYoung ปีที่แล้ว +1

    Wow, very quick and efficient way of learning how this program works!
    Learned so much while following this course, have subscribed and looking forward to more videos created by you.
    Thank you!

    • @RProgramming101
      @RProgramming101  ปีที่แล้ว +1

      I appreciate the kind words. Your support encourages me to create more content that you'll enjoy!

  • @HussainMosavi-s1g
    @HussainMosavi-s1g ปีที่แล้ว +2

    The content is just wonderful. Much appreciated. I am studying environmental management and have no bg in programming. However, I always heard of R. With the help of your video, I learnt a lot of things. Cheers

  • @pz1906
    @pz1906 2 ปีที่แล้ว +11

    Thank you so much Greg for sharing your hard-earned knowledge with the rest of us. You are doing a wonderful job; it is clear that it takes time and passion to make these informative, well-structured videos and for that I am greatly thankful. Wish you all the best :)

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      I appreciate that! Thank you very much!

  • @shannonarnold4387
    @shannonarnold4387 2 ปีที่แล้ว

    Thank you so much for this video! I am a theoretically strong, data weak political scientist who is trying to learn more about using R. This was very helpful.

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Thanks for the feedback, Shannon. Much appreciated. I'm glad that you found it helpful. You can do it! 😊

  • @johnbainbridge1931
    @johnbainbridge1931 ปีที่แล้ว

    Very good course i agree. An hour is the official play time but obviously you will need a lot more than that to learn this, Greg is clear but very fast and you might find like me 0.75 playback speed sounds a bit more normal! And then you must pause a lot, maybe check stuff, try an alternative, etc etc

  • @ahmedhayat6637
    @ahmedhayat6637 หลายเดือนก่อน +1

    Master in Teaching and Explaining. Thank you, Sir.

  • @luataina5253
    @luataina5253 2 ปีที่แล้ว +6

    I have learned so much, so much here!
    Concise, clean, and amazing tutorial.
    Thank you so much!

  • @AndreaMaríaAlcerroEguigure
    @AndreaMaríaAlcerroEguigure ปีที่แล้ว +2

    Thank you so much for this course, very efficient and easy to understand!

  • @DavidCountryman-zz4er
    @DavidCountryman-zz4er 8 หลายเดือนก่อน

    Thank you for the video , I cannot begin to tell you how awesome it is that you explain everything in great detail, and make it way easier to understand.
    Your video was so helpful , I am doing an online course and I have learned more in the last hour than I have in 2 weeks...
    Again, thank you

  • @pancakez2181
    @pancakez2181 2 ปีที่แล้ว +2

    This channel has been so helpful to learn and continually reference. Thank you!!

  • @sebasemd
    @sebasemd 2 ปีที่แล้ว +1

    Total gratitude!, even some statistics theoretical aspects are much more clear for me now.

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Glad it was helpful! Thank you for the feedback!

  • @patricezanre2176
    @patricezanre2176 25 วันที่ผ่านมา

    Great R tutorial. I learnt a lot in R programming. Thanks

  • @AYOUBOUNTKATTOU
    @AYOUBOUNTKATTOU ปีที่แล้ว

    bro your a herooooo you saved meeeee, and grant your self a long term subscriber and long life student, keep up mann

  • @Lenman55
    @Lenman55 2 ปีที่แล้ว +2

    Awesome! All your videos are extremly helpful with my bachelor thesis!

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Glad it was helpful! You are welcome

  • @peterqiaodongwei
    @peterqiaodongwei ปีที่แล้ว +1

    Great video. Thank you so much for your quick and accessible introduction to programming in R. 10/10

    • @RProgramming101
      @RProgramming101  ปีที่แล้ว

      Thank you for watching and for your kind words! I'm glad you enjoyed the video.

  • @al24953
    @al24953 ปีที่แล้ว

    it was worth it watching and practicing the whole long hour

  • @renzo.ruesta
    @renzo.ruesta 2 ปีที่แล้ว +1

    you made my life easy with Shift+Ctrl+M, thank you very much!!!!

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Glad I could help! Thank you for the feedback.

  • @nathansaint2697
    @nathansaint2697 ปีที่แล้ว +1

    ❤❤Thanks this was just the introduction I needed for R

  • @fladeann9348
    @fladeann9348 2 ปีที่แล้ว

    I love the speed of your speech. Definitely, the content is more than 3 hours LOL. Very useful!

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Glad you enjoy it! Thanks for watching!

  • @james9425
    @james9425 2 ปีที่แล้ว +1

    Wow! I finally perfectly understand how to comfortably use the pipe operator in R! Thanks a lot ❤ !

    • @RProgramming101
      @RProgramming101  ปีที่แล้ว

      Glad it helped! Thanks for the great feedback

  • @neilspink4241
    @neilspink4241 ปีที่แล้ว +4

    Just what I needed. What a brilliant video! Can only agree with the top comments. I have programmed many languages, and found you made it both entertaining and I think you covered everything I wanted to know to get an introduction - you make it look easy peasy lemon squeezy - By the way, you didn't mention your name ;D just thinking that would be helpful, as maybe you are doing a conference sometime, then I would definetly want to see you present.

  • @johnyrusoc
    @johnyrusoc 7 หลายเดือนก่อน

    Super helpful and so easy to follow! Respect for the professor Greg!

  • @IOSALive
    @IOSALive 4 หลายเดือนก่อน

    R Programming 101, amazing content I really liked it

  • @darshanvasanthkumar8531
    @darshanvasanthkumar8531 ปีที่แล้ว

    It's amazing work. Next time please drop the pdf of code or R code in the description. It'll be so much better. Thank you.

  • @explore5709
    @explore5709 ปีที่แล้ว

    Great content Thank you. Visualization at 30 min and Ending at app 40min.

    • @RProgramming101
      @RProgramming101  ปีที่แล้ว

      Thank you for the feedback. Much appreciated !!

  • @chrisl6668
    @chrisl6668 ปีที่แล้ว +1

    This is amazing and very helpful for really getting started in R. Thank you so much!

  • @jhaand
    @jhaand ปีที่แล้ว

    This video works great. I only learn R as a side interest and part of the Exercism #12in23 challenge. But this showed me very well on what R can do and how to use. it.

  • @danielveneracion4078
    @danielveneracion4078 ปีที่แล้ว +1

    Hey Greg I do not have the starwars dataset for some reason. Do you know why or how or where I could get the dataset?

  • @oluwatobifaniyi
    @oluwatobifaniyi 11 หลายเดือนก่อน

    This was extremely helpful I'm understanding R statistics and building up my confidence in my data analysis skills

    • @RProgramming101
      @RProgramming101  11 หลายเดือนก่อน

      thanks for the feedback

  • @PyGorka
    @PyGorka ปีที่แล้ว +1

    Thanks for the video. I got what I needed for work. I have to translate some R code into Python to run in Airflow for work. 😁
    I think I understand the basics. I need to learn more about character stripping, substrings, and character replacing in R now. I have a script that replaces a certain number of spaces with one comma. Pretty simple.

  • @ashtincrawford1020
    @ashtincrawford1020 10 หลายเดือนก่อน +2

    I’ve followed all the steps but can’t view filtered starwars plot.. getting all kinds of errors about not finding %>% function

    • @ashtincrawford1020
      @ashtincrawford1020 10 หลายเดือนก่อน +2

      Update: had to download two other packages: dplyr and magrittr

  • @Gentelmenghost
    @Gentelmenghost ปีที่แล้ว

    @ 17:00 When explaining Re-Factoring you should explicitly clarify Factoring and distinguish between "Re-Classing, Re-assigning, Re-Typing, Re-Categorizing because you used the words pretty loosely and it was just an overall confusing section. I had to watch another video to explain what it was you were even talking about . Im a beginner but i was able to keep up perfectly up until that point.
    Edit* Yo This section is a nightmare to understand if youre not actively googling what the words that are coming out of your mouth mean.
    For example "...R hasn't identified it as a factor or categorical variable." Whats a Factor? Whats a Categorical Variable as opposed to a regular one? What are the common types of Factors and variables?
    Its a crash course but there are things that are contextual pieces being glossed over. As a refresher course this is probably an awesome video, for someone with 0 experience then you might need a tutorial along side this tutorial.

  • @koberowland9798
    @koberowland9798 2 ปีที่แล้ว

    Thank u for this video I have a big technical interview coming up and this gave me so much confidence

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Glad it was helpful! Thank you :) all the best on your big technical interview coming up!

  • @zakhelembhele7046
    @zakhelembhele7046 9 หลายเดือนก่อน

    Oh My Good-ness!!! I just can-Not believe I just stumbled upon such a helpful video! Thank you so much!

  • @danielhalfon3955
    @danielhalfon3955 2 ปีที่แล้ว +1

    Proper legend to have such amazing videos on R. Bonus that we both from SA. If you had a udemy course in R I would purchase it in a heartbeat

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      hi there - I think that I do have some on Udemy and also at www.learnmore365.com (thanks for the feedback)

  • @avestaabdulrahman6549
    @avestaabdulrahman6549 2 ปีที่แล้ว

    You really made it super duper easy, thanks a lot for zooming!

    • @RProgramming101
      @RProgramming101  ปีที่แล้ว

      Glad it was helpful! You're welcome :)

  • @ninafulep4707
    @ninafulep4707 2 ปีที่แล้ว +2

    love this video so much but the dataset ''starwars'' is not available to me, I'm not sure why and I've tried adding it seperately but that hasn't worked so far, does anyone know a solution to this? It would really help since it's easier to follow along when it's the same dataset

    • @kyosuke.t120
      @kyosuke.t120 ปีที่แล้ว

      I had the same problem. I solved it when I updated my R version from 3.6...something to R 4.2.2

  • @LamNguyen-qp1it
    @LamNguyen-qp1it 9 หลายเดือนก่อน +1

    eventhought a lot of stuff don't make sense to me, this is still a great video and serve as my foundation to go forward. Thank you so much sir

  • @luketsekouras8180
    @luketsekouras8180 2 ปีที่แล้ว

    you talk fast but very knowledgeable, better than my lecturer... i had issues with the cheat sheet did not get an email..

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Hi Luke, apologies about that, and thanks for your feedback. Have you checked your spam folder by any chance? Thanks!

  • @bondebeats
    @bondebeats 2 ปีที่แล้ว +1

    Ehm, the starwars dataset is not in my version of RStudio, which should be the latest version (installed yesterday). This makes it hard to follow the instructions. When I write View(starwars) I get this response "Error in View : object 'starwars' not found" ??

  • @its.just.davidd
    @its.just.davidd 6 หลายเดือนก่อน

    Question, I wasn't able to install Starwars in my R Studio. It said it wasn't available on my version of R. I have a MacBook Pro with a mac OS version of R. Does anyone have any solutions?

    • @its.just.davidd
      @its.just.davidd 6 หลายเดือนก่อน

      Nevermind. I was able to get it downloaded on my own so I can now follow along with this video

    • @RProgramming101
      @RProgramming101  6 หลายเดือนก่อน +1

      Glad its sorted - happy day.

  • @riptideking
    @riptideking 2 ปีที่แล้ว

    Happy to see this on Guru purnima.thank you for the video sir .Happy guru purnima.

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว +1

      So nice of you! Thank you for the feedback.

  • @monishankarsarkar8610
    @monishankarsarkar8610 2 ปีที่แล้ว +1

    Excellent video! Have been trying to practice with this video, getting the 'starwars' data is not in the r sample data. Can anyone tell me how to get that 'starwars' data so that I can practice symultaneously?

  • @nonochoco9750
    @nonochoco9750 ปีที่แล้ว +1

    loving the occasional 'boom shaka laka' hahaha, very entertaining and informative. thank you

  • @JustFluffyQuiltingYarnCrafts
    @JustFluffyQuiltingYarnCrafts 2 ปีที่แล้ว

    Very nice! My head is spinning, but the material presentation was excellent. Thank you.

  • @johnbainbridge1931
    @johnbainbridge1931 ปีที่แล้ว

    For the boxplot I made the slight modification as it is a little confusing to allow ggplot to measure some fictive second variable which is in fact not being used. Casual viewer will ask themselves what is special about +0.35 and -0.35. That is solved easily like this:
    starwars|>
    drop_na(height)|>
    ggplot(aes(x = '', y = height))+ geom_boxplot(fill = 'steelblue') + theme_bw() + labs(title = 'boxplot of Starwars character heights', x = 'Height')

  • @tarkanh2519
    @tarkanh2519 2 ปีที่แล้ว

    Another excellent tutorial from Greg. We expect another 1-hour R video soon , may be a series rather than short videos why not?....Thanks again

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว +1

      Good idea! Thank you for the feedback. Glad you enjoyed it!

  • @dejavujoyeriaybisuteria4568
    @dejavujoyeriaybisuteria4568 3 หลายเดือนก่อน

    Hi Greg! thanks a lot for the nice explanation. I encounter an issue in the min. 44:00. When trying to plot the t-test, I get "Error: object 't_test_plot' not found". How could I solve this issue?

    • @RProgramming101
      @RProgramming101  3 หลายเดือนก่อน +1

      will look into that and get back to you

  • @banamailat_BM
    @banamailat_BM ปีที่แล้ว

    I felt like I had eaten 3 plates 5 minutes before I started work. That's why I watched it at 0.5 speed for the 2nd time. Sorry for this. I wish it had been 3 hours and it was explained slowly. But thank you for your work. I will close this gap with your other videos..

  • @S24W2
    @S24W2 ปีที่แล้ว +1

    Thank you Dr. Greg, very much appreciated - fantastic videos

  • @ruhafza4719
    @ruhafza4719 2 ปีที่แล้ว +11

    Hi Greg, thank you so much for creating this channel on R programming. Just subscribed. I am amazed to find you have already created so many videos already. You ROCK!!

    • @RProgramming101
      @RProgramming101  2 ปีที่แล้ว

      Welcome aboard! Thank you for subscribing!

  • @ericbu3316
    @ericbu3316 2 หลายเดือนก่อน +1

    Thank you so much Prof, extremely helpful!

  • @theMiaow
    @theMiaow ปีที่แล้ว +1

    43:43 - Hypothesis Testing

  • @ZineEddineFiad
    @ZineEddineFiad 4 หลายเดือนก่อน +1

    Thank you so much for all this détails

  • @JamzGee
    @JamzGee ปีที่แล้ว +1

    Great video thanks. BTW: "startwars" is part of the library(dplyr), not tidyverse

  • @madhuyadav8471
    @madhuyadav8471 ปีที่แล้ว +1

    Thank you so much for this. It was REALLY helpful!

  • @bob_009
    @bob_009 2 ปีที่แล้ว +1

    Hello,
    First of all ty very much for your informative video. The goin was very smooth form e at the beginning.
    However while trying to "plot()" the data of the the pipe operator I came across the following error:
    Error in xy.coords(x, y, xlabel, ylabel, log) :
    argument "x" is missing, with no default
    Normally I wouldn't have bothered you, and I tried checking the error @ online forums however me being an absolute novice in r and programming in general, couldn't get much help.
    would really be grateful if you'd help me out w/d this.

    • @kyosuke.t120
      @kyosuke.t120 ปีที่แล้ว

      I have the same problem :(

  • @seanetho5133
    @seanetho5133 ปีที่แล้ว

    Does anyone know if there is a keyboard shortcut for the "%in%" command - first appears @32:05

  • @nao_chan_
    @nao_chan_ ปีที่แล้ว +1

    okay I was following along, mucking around at the starwars bit. I did a height/mass variable, arranged by new density/fatness variable. and apparently lukes Uncle Owen Lars is the densest or fattest human being in star wars. in fact, at only 5'10 (178cm) he apparently weighs 120kg (260lbs). Look up his actor, there's absolutely no way that dude weighs 260lbs at that height.
    so I did ?starwars and the data comes from starwarsapi, who absolutely refuse to list on their website or anywhere else where they pulled this data (their arse I believe.)
    googling around, joel edgertons weight is around 180lbs. Just about 70% of the character owen lars weight. so I think owen lars may in fact not be a carbon based lifeform. he's denser than darth vader!!!! he's only slightly less dense than General Grievous and some other robot guy.

  • @stephenmackenzie9016
    @stephenmackenzie9016 2 ปีที่แล้ว

    I discovered R from Shiny. Now my users can do approximate searches across 2 million records, all wrapped in a lovely web UI

  • @jeremiahmuuo6407
    @jeremiahmuuo6407 ปีที่แล้ว

    Absolutely amazing. I have to share this 🙏

  • @arp_on
    @arp_on ปีที่แล้ว

    Absolutely fantastic! Hugely helpful, thank you!!

  • @ici6308
    @ici6308 ปีที่แล้ว

    Great job! Very informative and helpful. Thanks a lot.

  • @harpoon2445
    @harpoon2445 2 หลายเดือนก่อน

    Very good crash course into the workings of R. I do have to comment on the t-test that was done on the life expectancies in Africa and Europe, as this is just wrong from a statistics perspective. Fitst of all we are including life expectancies from the same countries for consecutive years, so there goes one of the main assumptions of the test that these are random samples. Since life expectancies are extremely correlated between years, this is almost like duplicating the data and making the t-test produce more extreme values. But also, these are not samples at all as this is just all the data, there is nu uncertainty, we can see the actual means and a t-test is not useful.

    • @RProgramming101
      @RProgramming101  หลายเดือนก่อน

      Thanks very much for those insights.. I'm always happy to learn. I think that you make an excellent point.

  • @sachinkapase9218
    @sachinkapase9218 ปีที่แล้ว

    Hello Sir,
    I'm new to R and I learnt a lot from this video. Thank you for the video, Could you please make a video for the Genetic algorithm in R. Thank you

    • @RProgramming101
      @RProgramming101  ปีที่แล้ว

      Thank you for the suggestion and your feedback - much appreciated!

  • @chalmerditmars7037
    @chalmerditmars7037 2 ปีที่แล้ว

    Hi Greg, this is great, My wife is taking this course and I looked at several videos that just made my head spin. You talk down to earth.
    LATER EDIT OF POST: I think my R studio had become corrupted, I restarted and it worked but still gave the error.
    ORIGINAL POST:
    I am having trouble with one ggplot code, the smooth. I think I have written exactly what you did but get this error: geom_smooth()` using method = 'loess' and formula 'y ~ x' (converted from warning) span too small. fewer data values than degrees of freedom..
    I wonder if the android quadrant does not have enough points to create the smoothing line and this stops the operation.
    I place notepad beside your video and write everything on it and then copy and past to R studio and save all of my lessons so I can copy and paste later and just change perimeters.
    Again Thank you so much