• Post category:StudyBullet-15
  • Reading time:6 mins read


Fundamentals of R programming and data visualisation and statistical analysis in R for beginners

What you will learn

Students will learn the fundamentals of R programming

Students will learn how to write functions, loops and conditional statements

Students will learn data visualisation in R

Students will learn Statistics in R

Students will learn how to write code in R

Students will gain knowledge about R syntax and language

Description

The R programming for Beginners is a course for beginners who want to learn R programming and how to use R for data analysis and visualisation. In this course the fundamental building blocks of R programming are taught, including defining R variables, R operators, conditional statements, loops, functions, data structures, data visualisation, descriptive statistics and statistical analysis including Correlation, Linear Regression and Logistic Regression. After taking this course students will become well versed in writing code in R and in general functional programming and will be able to use that knowledge as a springboard to learn advanced data science and management techniques in R. The course is meant to provide students with thorough conceptual knowledge of R programming and equip them with a thorough understanding of how R software works. At the end of the course there is a practise exercise and this exercise will allow students to practise the skills they have learnt and master concepts.

In this course the following topics are taught:

1. R download and installation

2.Basic R syntax

3. R variables

4. R operators

5. Conditional statements


Get Instant Notification of New Courses on our Telegram channel.


6. Loops

7. Functions.

8. Data Structures

9. Data Visualisation

10. Descriptive statistics

11. Statistical Analysis

12. Data Interfaces

English
language

Content

Downloading and Installing R and R studio

Downloading R and R studio
R and R studio installation

Introduction to R studio

Introduction to R studio

Basic Syntax in R

Printing in R
Assigning Values in R

Data Types

Data Types

Operators in R

Arithmetic Operator
Relational Operator
Logical Operators
Assignment Operators
Miscellaneous Operators

Conditional Statements in R

If Statements
If statement with AND or OR
If Else statement
If else if and else statements
Switch statements

Loops

For Loops
Repeat Loops
While Loops

Functions in R

In built functions in R
Simple Functions
Functions with arguments
Simple functions that return values
Functions with arguments that return values

Data Structures

Vectors
Lists
Matrices
Arrays

Data Visualisation

Line Plot
Bar Plot
Scatter Plot
Histogram Plot
Box Plot

Descriptive Statistics in R

Descriptive Statistics

Data Analysis

Correlation
Linear Regression
Logistic Regression

Data Interface

Look up and set directory
Import CSV
Practise Exercise