0% found this document useful (0 votes)
23 views

R Tutorial - TOC

The document provides an overview of the R programming language including its history, features, advantages, and applications. It covers topics such as getting started, data types and variables, operators, program control structures, built-in functions, user defined functions, object oriented programming, file input/output, packages, statistical models, and data visualization.

Uploaded by

Malhar Lathkar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

R Tutorial - TOC

The document provides an overview of the R programming language including its history, features, advantages, and applications. It covers topics such as getting started, data types and variables, operators, program control structures, built-in functions, user defined functions, object oriented programming, file input/output, packages, statistical models, and data visualization.

Uploaded by

Malhar Lathkar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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