Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreidmt/datasciencecoursera
Data Science Specialization - Coursera
https://github.com/andreidmt/datasciencecoursera
Last synced: about 5 hours ago
JSON representation
Data Science Specialization - Coursera
- Host: GitHub
- URL: https://github.com/andreidmt/datasciencecoursera
- Owner: andreidmt
- Created: 2014-09-06T21:32:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T18:11:29.000Z (about 10 years ago)
- Last Synced: 2024-10-30T18:49:00.600Z (9 days 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)