This repository contains some basic R codes as an intiative for a analytics projects
Basics-R/ - This folder contains R code which loads the data file in to a dataframe and performs basic arithmetic calculations
RegressionModels/ - This folder contains contains R codes which performs loading the dataset and building regression models and comparing the built models. The complete documentation can be found in RegressionModels/Doc.pdf
TextMining/ - This folder contains R codes which performs performs text miinig with the given dataset. The R code contains the following implementations 1) loads data, 2) builds corpus, 3)Feature Extraction, 4)Stemming, 5)Term-document matrix 6) Builds Naive-Bayes classifier model