An open API service indexing awesome lists of open source software.

https://github.com/karan-malik/r-basic-data-analysis

Basic Data Reading and Analysis using R
https://github.com/karan-malik/r-basic-data-analysis

data-analysis data-frame data-science john-hopkins-coursera john-hopkins-university r r-programming

Last synced: about 2 months ago
JSON representation

Basic Data Reading and Analysis using R

Awesome Lists containing this project

README

        

# R-Basic-Data-Analysis
Basic CSV Data Reading and Analysis using R

# About
The program R_DA.R reads one or more of the 332 csv files present in the folder specdata, stores it as dataframe and applies basic DA techniques like mean, correlation and NA value
checks to the files.

The data used is available as a part of the R Programming [Course](https://www.coursera.org/learn/r-programming), provided by John Hopkins University, available on [Coursera](https://coursera.org).