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

R Programming Syllabus

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

R Programming Syllabus

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Syllabus of R Programming

Introduction to R

 What is R?
 Why R?
 Installing R
 R environment
 How to get help in R
 R console and Editor

Understanding R data structure

 Variables in R
 Scalars
 Vectors
 Matrices
 List
 Data frames
 Using c, Cbind, Rbind, attach and detach functions in R
 Factors

Importing data

 Reading Tabular Data files


 Reading CSV files
 Importing data from excel
 Importing data from SAS
 Accessing database
 Saving in R data
 Loading R data objects
 Writing to files

Chennai:+91-8099 770 770 Bangalore:+91-8767 260 270 Online:+91-9707 250 260 USA:+1-201-949-7520
Manipulating Data

 Selecting rows/observations
 Selecting columns/fields
 Merging data
 Relabelling the column names
 Converting variable types
 Data sorting
 Data aggregation

Using functions in R

 Commonly used Mathematical Functions


 Commonly used Summary Functions
 Commonly used String Functions
 User-defined functions
 local and global variable

R Programming

 While loop
 If loop
 For loop
 Arithmetic operations

Charts and Plots

 Box plot
 Histogram
 Pareto charts
 Pie graph
 Line chart
 Scatterplot
 Developing graphs

Chennai:+91-8099 770 770 Bangalore:+91-8767 260 270 Online:+91-9707 250 260 USA:+1-201-949-7520

You might also like