Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhrcook/an-introduction-to-statistical-learning
My notes on the book "An Introduction to Statistical Learning: with Applications in R."
https://github.com/jhrcook/an-introduction-to-statistical-learning
notes r r-language statistical-analysis statistical-learning statistics
Last synced: 14 days ago
JSON representation
My notes on the book "An Introduction to Statistical Learning: with Applications in R."
- Host: GitHub
- URL: https://github.com/jhrcook/an-introduction-to-statistical-learning
- Owner: jhrcook
- Created: 2020-06-07T15:51:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T14:04:02.000Z (over 4 years ago)
- Last Synced: 2024-11-13T22:44:31.716Z (2 months ago)
- Topics: notes, r, r-language, statistical-analysis, statistical-learning, statistics
- Language: R
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - jhrcook/an-introduction-to-statistical-learning - My notes on the book "An Introduction to Statistical Learning: with Applications in R." (R)
README
---
output: github_document
---```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```# Notes on *An Introduction to Statistical Learning: with Applications in R*
I obtained the PDF file of the book through my universities library, however, I am not allowed to disseminate it, myself.
## Introduction
This book is an introduction to statistical analysis written by some of the most influential statisticians of the current day.
This repository are my notes on the book.The book has an accomanying package ['ISLR'](https://cran.r-project.org/package=ISLR) that contains some of the data sets used throughout.
## Chapter Notes
[Chapter 3. Linear Regression](ch03_linear-regression.md)