ABSTRACT

Statistical Inference via Data Science: A ModernDive into R and the Tidyverse provides a pathway for learning about statistical inference using data science tools widely used in industry, academia, and government. It introduces the tidyverse suite of R packages, including the ggplot2 package for data visualization, and the dplyr package for data wrangling. After equipping readers with just enough of these data science tools to perform effective exploratory data analyses, the book covers traditional introductory statistics topics like confidence intervals, hypothesis testing, and multiple regression modeling, while focusing on visualization throughout.

Features:
● Assumes minimal prerequisites, notably, no prior calculus nor coding experience
● Motivates theory using real-world data, including all domestic flights leaving New York City in 2013, the Gapminder project, and the data journalism website, FiveThirtyEight.com
● Centers on simulation-based approaches to statistical inference rather than mathematical formulas
● Uses the infer package for "tidy" and transparent statistical inference to construct confidence intervals and conduct hypothesis tests via the bootstrap and permutation methods
● Provides all code and output embedded directly in the text; also available in the online version at moderndive.com

This book is intended for individuals who would like to simultaneously start developing their data science toolbox and start learning about the inferential and modeling tools used in much of modern-day research. The book can be used in methods and data science courses and first courses in statistics, at both the undergraduate and graduate levels.

chapter 1|20 pages

Getting Started with Data in R

part I|98 pages

Data Science with tidyverse

chapter 2|41 pages

Data Visualization

chapter 3|33 pages

Data Wrangling

chapter 4|20 pages

Data Importing and “Tidy” Data

part II|74 pages

Data Modeling with moderndive

chapter 5|40 pages

Basic Regression

chapter 6|32 pages

Multiple Regression

part III|197 pages

Statistical Inference with infer

chapter 7|38 pages

Sampling

chapter 8|73 pages

Bootstrapping and Confidence Intervals

chapter 9|54 pages

Hypothesis Testing

chapter 10|29 pages

Inference for Regression

part IV|25 pages

Conclusion

chapter 11|23 pages

Tell Your Story with Data