-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.qmd
16 lines (11 loc) · 1.28 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: 'Statistical Inference via Data Science'
description: 'A ModernDive into R and the Tidyverse'
authors: [Chester Ismay, Albert Y. Kim]
weight: 5
---

This book is intended to be a gentle introduction to the practice of analyzing data and answering questions using data the way data scientists, statisticians, data journalists, and other researchers would. Over the course of this book, you will develop your "data science toolbox," equipping yourself with tools such as data visualization, data formatting, data wrangling, data modeling using regression, and statistical inference via hypothesis testing and confidence intervals.
An **HTML version** of this text can be found at [`https://moderndive.com/`](https://moderndive.com/).
The data sets and R code are available in the GitHub repository [`https://github.com/moderndive/ModernDive_book`](https://github.com/moderndive/ModernDive_book) and also the accompanying `moderndive` R package on [CRAN](https://cran.r-project.org/package=moderndive).
The physical copies are sold by [**Amazon**](https://www.amazon.com/Statistical-Inference-via-Data-Science/dp/0367409828/) and [**CRC Press**](https://www.crcpress.com/Statistical-Inference-via-Data-Science-A-ModernDive-into-R-and-the-Tidyverse/Ismay-Kim/p/book/9780367409821).