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
- Host: GitHub
- URL: https://github.com/karan-malik/r-basic-data-analysis
- Owner: Karan-Malik
- License: mit
- Created: 2020-07-21T18:04:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T18:20:05.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T08:52:29.543Z (3 months ago)
- Topics: data-analysis, data-frame, data-science, john-hopkins-coursera, john-hopkins-university, r, r-programming
- Language: R
- Homepage:
- Size: 4.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).