R for Beginners
- Description
- Curriculum
- FAQ
- Reviews
Are you one of the people that would like to start a data science career or are you just fond of using data for data analysis in your spare time or for your job? Do you use spreadsheets for data cleaning, wrangling, visualization, and data analysis? I think it is time to enhance your hobby or your career path with learning adequate skills such as R.
R is s a programming language that enables all essential steps when you are dealing with data like:
-
importing,
-
exporting,
-
cleaning,
-
merging,
-
transforming,
-
analyzing,
-
visualizing,
-
and extracting insights from the data.
Originally R began as a free software environment for statistical computing with graphics supported. Over the years with the rapid development of computing power and the need for tools used for mining and analyzing tons of data that are being generated on every step of our lives, R has emerged into something much greater than its original laid path. Nowadays the R community is vast, every day thousands of people start learning R, and every day new R’s libraries are being made and released to the world. These libraries solve different users’ needs because they provide different functions for dealing with all kinds of data.
If you are still not convinced to join me on a journey where foundations for your R skills will be laid, please bear with me a bit more. In this R for Beginners course, you will dive into essential aspects of the language that will help you escalate your learning curve. Course first gently touches the basics like:
-
how to install R and how to install R’s Integrated Development Environment (IDE) RStudio,
-
then you will learn how to create your first R script and R project folder,
-
R project folder will be your baseline folder where all your scripts and assignments will be saved,
-
you will learn how to install different R packages and how to use functions provided with each package.
After these first steps, you will dive into sections where all major R data structures are presented. You will be able to:
-
differentiate among each data structure,
-
use built-in functions to manipulate data structures,
-
reshape, access elements, and convert R objects,
-
import data from many different sources into R’s workspace and
-
export R objects to different data sources.
When you will have a grasp of what R is capable of, a section devoted to programming elements will guide you through essential steps for writing a programming code that can execute repetitive tasks. Here you will master:
-
your first loops,
-
conditional statements,
-
your custom made functions,
-
and you will be able to optimize your code using vectorization.
It is said that a picture can tell an observer a powerful story and holds a stronger message than a thousand words combined. In the final section of this course, the greatest R’s power is revealed, the power to tell the story by using data visualization. Here you will master how to build:
-
scatterplots,
-
line charts,
-
histograms,
-
box plots,
-
bar charts,
-
mosaic plots,
-
how to alter R’s default graphical parameters to make beautiful figures,
-
and how to export a figure from R to a proper format for further sharing with your colleagues.
If you are still not convinced to start learning R, I will share with you how the course is structured:
-
Each section holds separate exercises covering learning material that is related to the section’s topic.
-
Normally each exercise begins with a short intro that provides a basic understanding of the topic, then a coding exercise is presented.
-
During coding exercise, you will write the R code for executing given tasks.
-
At the end of each section, an assignment is presented.
-
Each assignment tests the skills you have learned during a given section.
-
In the last two assignments, you will write a code to build a simulation environment where you will execute the simulation and present the results with proper visualization techniques.
Do not lose more time and please enroll in the course today. I guarantee you will learn a lot and you will enjoy the learning process.
-
2Section introVideo lesson
-
3Install R and RStudioVideo lesson
-
4RStudio IDE for RVideo lesson
-
5R basicsVideo lesson
-
6Basic mathematical operationsVideo lesson
-
7R scripts and RStudio projectsVideo lesson
-
8R packagesVideo lesson
-
9Basic built-in functionsVideo lesson
-
10Save and load workspaceVideo lesson
-
11Section summary and assignment 1Video lesson
-
12Section introVideo lesson
-
13IntegersVideo lesson
-
14DoublesVideo lesson
-
15Complex numbersVideo lesson
-
16LogicalsVideo lesson
-
17Strings introductionVideo lesson
-
18Strings manipulationVideo lesson
-
19Strings matching, replacement and regular expressions (part 1)Video lesson
-
20Strings matching, replacement and regular expressions (part 2)Video lesson
-
21Special R values and data type conversionVideo lesson
-
22Section summary and assignment 2Video lesson
-
23Assignment 2 walk-throughVideo lesson
-
24Section introVideo lesson
-
25Vectors - part 1Video lesson
-
26Vectors - part 2Video lesson
-
27Matrices - part 1Video lesson
-
28Matrices - part 2Video lesson
-
29Arrays - part 1Video lesson
-
30Arrays - part 2Video lesson
-
31Lists - part 1Video lesson
-
32Lists - part 2Video lesson
-
33Section summary and assignment 3Video lesson
-
34Assignment 3 walk-throughVideo lesson
-
35Section introVideo lesson
-
36Factors - part 1Video lesson
-
37Factors - part 2Video lesson
-
38Date and time - part 1Video lesson
-
39Date and time - part 2Video lesson
-
40Data frames - part 1Video lesson
-
41Data frames - part 2Video lesson
-
42Import data from a file - part 1Video lesson
-
43Import data from a file - part 2Video lesson
-
44Export data to a file - part 1Video lesson
-
45Export data to a file - part 2Video lesson
-
46Section summary and assignment 4Video lesson
-
47Assignment 4 walk-throughVideo lesson
-
48Section introVideo lesson
-
49Logical statements - part 1Video lesson
-
50Logical statements - part 2Video lesson
-
51for loop - part 1Video lesson
-
52for loop - part 2Video lesson
-
53next & break statement - part 1Video lesson
-
54next & break statement - part 2Video lesson
-
55while loop - part 1Video lesson
-
56while loop - part 2Video lesson
-
57Nested loops - part 1Video lesson
-
58Nested loops - part 2Video lesson
-
59User defined functions - part 1Video lesson
-
60User defined functions - part 2Video lesson
-
61Vectorized code - part 1Video lesson
-
62Vectorized code - part 2Video lesson
-
63Section summary and assignment 5Video lesson
-
64Assignment 5 walk-throughVideo lesson
-
65Section introVideo lesson
-
66Scatter plotsVideo lesson
-
67Line chartsVideo lesson
-
68Histograms & density plotsVideo lesson
-
69Box plotsVideo lesson
-
70Bar chartsVideo lesson
-
71Mosaic plotsVideo lesson
-
72Graphical parameters - part 1Video lesson
-
73Graphical parameters - part 2Video lesson
-
74Multi-plotsVideo lesson
-
75Section summary and assignment 6Video lesson
-
76Assignment 6 walk-through - part 1Video lesson
-
77Assignment 6 walk-through - part 2Video lesson
-
78Assignment 6 walk-through - part 3Video lesson