This repository contains programs that were written to understand and learn R language under R Programmming Lab. Each folder represents an experiment. The details are :
- R Basics:
- Comments,
- variables,
- identifier,
- keywords,
- basic data types,
- type conversion,
- I/P & O/P statements,
- formatting output etc.
- Program to calculate simple and compound interest.
- Program to performs different conversions like temperature conversion, distance conversion etc.
- To study different Data Structures supported by R Programming.
- To study different control structures and functions supported by R Programming.
- Write a menu driven code which will read a number and should implement the following methods
- factorial()
- reverse()
- testArmstrong()
- testPalindrome()
- testPrime()
- Program to Display Fibonacci Sequence Using Recursion
- Write a menu driven code which will read a number and should implement the following methods
- To study different import and export functions in R Programming.
- To study Descriptive Statistics in R programming
- To study Data manipulation and Transformation in R
- To apply Preprocessing, Exploratory Data Analysis and Visualization on sample data.
- To implement Correlation, Linear regression and Multiple regression on sample data set.
- To implement Classification and Clustering algorithms using R programming.