R Tutorial - TOC

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

R Tutorial

(Malhar)
Introduction
o History
o Features
o Advantages
o Applications
Getting Started
o Installation on Windows and Linux
o RStudio
o Interactive mode
o Console IO
o Scripting mode
Data Types And Variables
o Numbers
o Strings
o Booleans
o Vectors
o Factors
o Ordered Factors
o Unordered Factors
o Arrays
o Matrices
o Lists
o Data Frames
Operators
o Arithmetic Operators
o Logical Operators
o Assignment Operators
o Indexing And Slicing Operators
Program control
o Grouping
o Conditional Statements
o While Loop
o For Loop
o Repeat Loop
o Break Statement
o Next Statement
Built-In Functions
o Mathematical Functions
o String Functions
o Vector Functions
o Matrix Functions
User Defined Functions
o Function With Arguments
o Function With Named Arguments
o Function With Default Arguments
Object Oriented Programming
o S3 Class
o S4 Class
o Reference Class
o Inheritance
File IO
o ASCII And Binary Files
o Read/Write CSV Files
o Excel Files
o Database Interface
Packages
o Install package from CRAN
o Install package manually
o Remove package
Statistical Models
o Mean, Median And Mode
o Linear regression
o Nonlinear Regression
o Decision Tree
o Random Forest
o Logistic Regression
o Distribution
o Analysis Of Covariance
Data Visualization
o Pie Charts
o Bar Charts
o Boxplots
o Histograms
o Line Graphs
o Scatterplots
o Time Series Analysis
For TOC:

Check the TOC at the end of the page: https://www.datamentor.io/r-programming/


Check the missed out contents of TOC on RHS of: https://www.w3schools.in/r/input-output/
Check the missed out concepts of TOC from: https://www.cyclismo.org/tutorial/R/
Check the missed out concepts of TOC from: https://www.statmethods.net/r-tutorial/index.html
Check the missed out concepts of TOC on RHS: https://www.tutorialspoint.com/r/index.htm

For In-depth Concepts:


Check the TOC on the LHS on: http://www.r-tutor.com/r-introduction
Check the in-depth explanation, naming convention and Topics: https://www.guru99.com/r-
tutorial.html

For Visual Explanation:


https://www.edureka.co/blog/r-tutorial/

You might also like