WP Tutorials

R Programming Tutorial – Learn the Basics of Statistical Computing

R Programming Tutorial – Learn the Basics of Statistical Computing

R Programming Tutorial – Learn the Basics of Statistical Computing



Learn the R programming language in this tutorial course. This is a hands-on overview of the statistical programming language R, one of the most important tools in data science.

💻Course Files: https://drive.google.com/drive/folders/15U8WjVKbYXaq6N6Wb_6bCr9QZ1DwCkAO

💻 Course created by Barton Poulson from datalab.cc.
🔗 Check out the datalab.cc YouTube channel: https://www.youtube.com/user/datalabcc
🔗 Watch more free data science courses at http://datalab.cc/

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Welcome
⌨️ (0:02:20) Installing R
⌨️ (0:07:17) RStudio
⌨️ (0:11:52) Packages
⌨️ (0:19:16) plot()
⌨️ (0:27:49) Bar Charts
⌨️ (0:32:10) Histograms
⌨️ (0:39:44) Scatterplots
⌨️ (0:44:39) Overlaying Plots
⌨️ (0:52:30) summary()
⌨️ (0:55:49) describe()
⌨️ (1:00:17) Selecting Cases
⌨️ (1:06:14) Data Formats
⌨️ (1:21:39) Factors
⌨️ (1:28:34) Entering Data
⌨️ (1:34:18) Importing Data
⌨️ (1:42:29) Hierarchical Clustering
⌨️ (1:49:35) Principal Components
⌨️ (1:59:16) Regression
⌨️ (2:08:36) Next Steps

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://www.freecodecamp.org/news

source

Comments (34)

  1. There is no 'R01 Intro Files' folder anywhere so heres what you do:

    1. Use the "Course Files" link in the description to access the files within the "folder"
    2. There you will find every singular file you need to follow along with this course as pictured at 4:10 of the video
    3. Download each to follow along with the tutorial

    Side note: This tutorial is not for those who have never used R before. You will likely find it hard to understand unless you have some prior coding experience

    Hope this helps.

  2. بينقنفام

  3. i cannot get the file here what do i do

  4. I'm trying to follow your video, but what I get doesn't look nor match what you show on the screen. Do you have anything newer or congruent with RStudio?

  5. For coding a particular color, you need to use F basically. eg: for white:"#FFFFFF" , for black:"#000000"……………

  6. rtools installation is required to load the libraries. Just incase you are in the situation I was in.

  7. Thanks for the perfect course

  8. Yours is the BEST video explaining the Linux file structure, and the fifth I've reviewed so far. Thank you. #Kudos #Respect

  9. 19:52 I can't find this script file R01_3_1_plot().R

  10. Is this still the same in 2024?

  11. Unbelievably helpful, thank you so much!!

  12. How does he zoom in on the chart? What keybinds does he press?

  13. How do you type theta in cosine function

  14. I’m window user,when trying to install it’s asking for Microsoft app

  15. Wow I love this!!!

  16. ?

  17. What software do you use to open those files, I'm using notebook but it seems they are not responding to my commands on my windows

  18. for (i in 1:5) {
    square <- i^2
    cat("The square of", i, "is", square, "n")
    }

  19. Line 21 in the Describe program gives me the following error:

    Error: failed to load external entity "[url omitted for yt filters]"

    Line 22 executes without issue. Not sure how to fix this. I'm in Linux.

  20. Where can we learn vectors and matrices?

  21. Octothorpe. You are an old telecom guy, right?

  22. Guys, could you recommend a dataset or project for me to work on using R?

  23. I want to learn and dig deep into the world of data science. This video is a great help, Thanks man!!

  24. great video

  25. cant spot downloaded link…what i see is Course Files: https://drive.google.com/drive/folder...

  26. This really isn't a very good tutorial. It would probably be more useful if he focused on working with complex data sets more than explaining abstract operations in isolation. Starting with data visualizations is also strange AF. There's way better tutorials out there. If you're struggling watching this, don't feel bad because there's better videos out there.

  27. I cannot find any of the files mentioned in this video with the link in the description, it opens a google drive with many different R files

  28. I have 2 questions if anyone would please respond:

    1) in many of the lessons' scripts when loading pacman packages, he also includes pacman itself. Isn't that redundant? i.e. pacman has to be loaded in order to invoke it for loading some other package. No? here is an example line: pacman::p_load(pacman, psych)

    2) in the describe.R script, he has: if (!require("pacman")) install.packages("pacman")
    Doesn't the !require(pacman) mean if pacman is not required?
    If so, then it sounds like it should be the other way around, as: if (require("pacman")) install.packages("pacman")
    as we would want to install pacman IF it is "required" – not "if not-required".

    Thank You

  29. This is my first source of trying to learn R. I am following this video and so far I am at the describe() command – whichever lesson # that falls under.
    But I have 1 question: the datasets which are used in these lessons, where are those files located?
    I searched the CourseFiles folders all the way through, but did not see files as iris, or lynx, or mtcars, and so on – the data files which the code snippets use in these lessons.

    I want to know if I try to practice w/ little program myself and come up w/ a scenario and create a data file to be used for my program, (1) where should I place it, (2) would that be a flat file, or should I use some utility in R to create/export this data, (3) any naming convention that I must use so R can find my data file, …

    If anybody can answer it would be appreciated.

    Thansk,
    -B

  30. Thank you so much for the great video!! Btw, It seems that Crantastic has been removed from the CRAN repository; the site is no longer available.

  31. His name was Barton Paulson… His name was Barton Paulson…

  32. how do you solve the problem of margins being too high in r-studio. In R this problem does not occur.

Leave your thought here

Your email address will not be published. Required fields are marked *

Enable Notifications OK No thanks