# statistics-for-data-scientists **Repository Path**: jarvisAdmin/statistics-for-data-scientists ## Basic Information - **Project Name**: statistics-for-data-scientists - **Description**: Code and data associated with the book "Statistics for Data Scientists: 50 Essential Concepts" - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-04 - **Last Updated**: 2021-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: Alternatively, you can manually download the files from https://drive.google.com/drive/folders/0B98qpkK5EJemYnJ1ajA1ZVJwMzg or from https://www.dropbox.com/sh/clb5aiswr7ar0ci/AABBNwTcTNey2ipoSw_kH5gra?dl=0 IMPORTANT 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 line PSDS_PATH <- file.path('~', 'statistics-for-data-scientists') to point to the appropriate directory in all of the scripts. PSDS_PATH <- <> >>>>>>> 321b878750602e233aad8a0a7814a8f5ceb99cf0