2 Days Live Virtual Training on R Programming
-
Training TypeLive Training
-
CategoryR Language
-
Duration08 Hours
-
Rating5/5


Course Introduction
About the Course
This course focuses on Introduction to R as a Statistical, analytical and visualization language, basic data types, control flow, creating functions, and using some popular R packages.
Course Objective
Understand concepts of R programming language
Use R for performing the day-to-day real-world task with ease
Learn the different type of data types in R, control flow and write functions that can simplify your routine tasks
Who is the Target Audience?
This course is meant for all those students and professionals who are interested in using the R's powerful ecosystem to transform their existing manual processing of tasks
Basic Knowledge:
The only prerequisite for this course is the basic statistics knowledge and a general understanding of computer programming languages
Available Batches
Pricing
-
How it works?
Variable assignment
Basic data types in R
-
Create and name a vector
What is a matrix and how to create a matrix?
-
What is a factor and why you want to use it?
Factor levels
-
What is a dataframe
Structure of a dataframe
How to create a dataframe
-
Relational operators
Equality
Logical operators
-
While loop and create a while loop
For loop
-
What are functions?
How to create a function in R?
-
Plotting library - ggplot2
Data wrangling, filtering, sorting using dplyr