https://github.com/andreidmt/datasciencecoursera
Data Science Specialization - Coursera
https://github.com/andreidmt/datasciencecoursera
Last synced: 11 months ago
JSON representation
Data Science Specialization - Coursera
- Host: GitHub
- URL: https://github.com/andreidmt/datasciencecoursera
- Owner: andreidmt
- Created: 2014-09-06T21:32:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T18:11:29.000Z (about 11 years ago)
- Last Synced: 2025-01-01T10:42:19.998Z (about 1 year ago)
- Language: R
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Data Science Specialization
===================
This repository is for the [Data Science Specialization](https://www.coursera.org/specialization/jhudatascience/1) at Coursera.
It contains work from the specialization courses and other things that I found useful.
## Links
### R
* [R homepage](http://www.r-project.org/)
* [Installing R in Ubuntu](http://sites.psu.edu/theubunturblog/installing-r-in-ubuntu/)
* [RStudio - IDE for R](http://www.rstudio.com/)
* [Using R in Sublime Text 3](http://www.kevjohnson.org/using-r-in-sublime-text-3/)
* [swirl - Learn R, in R](http://swirlstats.com/)
* [An R Introduction to Statistics](http://www.r-tutor.com/)
* [Correlation Coefficient](http://www.r-tutor.com/elementary-statistics/numerical-measures/correlation-coefficient)
### Markdown
* [Markdown creator - John Gruber](http://daringfireball.net)
* [Sublime Text markdown preview](https://github.com/revolunet/sublimetext-markdown-preview) - with git markdown conversion
* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)
### Git
* [Git Home](http://git-scm.com)
* [GitHub Guide - Hello World](https://guides.github.com/activities/hello-world/)
* [Code School's Git tutorial](https://try.github.io)