Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyakava/ISL
Student Sourced Solution Manual for "An Introduction to Statistical Learning: with Applications in R"
https://github.com/ilyakava/ISL
Last synced: 20 days ago
JSON representation
Student Sourced Solution Manual for "An Introduction to Statistical Learning: with Applications in R"
- Host: GitHub
- URL: https://github.com/ilyakava/ISL
- Owner: ilyakava
- Created: 2013-11-30T22:15:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T02:00:49.000Z (almost 10 years ago)
- Last Synced: 2024-07-21T07:32:22.966Z (4 months ago)
- Language: R
- Size: 604 KB
- Stars: 24
- Watchers: 8
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
---This is a Student Sourced Solution Manual for "[An Introduction to Statistical Learning: with Applications in R](http://www.amazon.com/Introduction-Statistical-Learning-Applications-Statistics/dp/1461471370)" by Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani.
You may compile the conceptual exercise solutions into pdf with the command `pandoc $(ls | grep 'ISL.*md') -o ISL_conceptual_solutions.pdf` for easier LaTeX reading.