Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewgbruce/statistics-for-data-scientists
Code and data associated with the book "Statistics for Data Scientists: 50 Essential Concepts"
https://github.com/andrewgbruce/statistics-for-data-scientists
Last synced: 13 days ago
JSON representation
Code and data associated with the book "Statistics for Data Scientists: 50 Essential Concepts"
- Host: GitHub
- URL: https://github.com/andrewgbruce/statistics-for-data-scientists
- Owner: andrewgbruce
- Created: 2017-04-30T15:47:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T01:16:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T21:20:20.618Z (about 1 month ago)
- Language: R
- Size: 51.8 KB
- Stars: 1,113
- Watchers: 102
- Forks: 652
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# statistics-for-data-scientists
Code associated with the book "Practical Statistics for Data Scientists: 50 Essential Concepts"The scripts are stored by chapter and replicate most of the figures and code snippets.
HOW TO GET THE DATA:
Run R script:
The data is not saved on github and you will need to download the data.
You can do this in R using the sript src/download_data.r. This will copy the data into the data directory ~/statistics-for-data-scientists/data.Manual download:
https://github.com/gedeck/practical-statistics-for-data-scientistsIMPORTANT NOTE:
The scripts all assume that you have cloned the repository into the top level home directory (~/)
If you save the repository elsewhere, you will need to edit the linePSDS_PATH <- file.path('~', 'statistics-for-data-scientists')
to point to the appropriate directory in all of the scripts.
PSDS_PATH <- <>
>>>>>>> 321b878750602e233aad8a0a7814a8f5ceb99cf0