• Stars
    star
    747
  • Rank 60,741 (Top 2 %)
  • Language
    HTML
  • License
    Other
  • Created over 8 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Statistical Inference via Data Science: A ModernDive into R and the Tidyverse

ModernDive

DOI Lifecycle: stable Netlify Status GitHub Actions Deployment

Welcome to the GitHub repository page for Statistical Inference via Data Science: A ModernDive into R and the Tidyverse available at ModernDive.com. You can purchase the CRC Press print edition on their website using promo code ADC22 for a discounted price.

Contents of this Repository

ModernDive is built using RStudio's bookdown package; for more information on how to use bookdown see bookdown.org. If you'd like to build the book on your own, please make sure to first install the bookdown package via install.packages("bookdown").

  • The bookdown source code for the current version of the book is in the master branch of this repo.
  • The bookdown source code for all previously released versions of ModernDive is accessible on the Releases page. A summary of all changes between versions can be found in NEWS.md.
  • The contents of moderndive.com are deployed via Netlify from the gh-pages branch of this repo.

We are also slowly working on a future version of ModernDive:

  • The bookdown source code for the future version of the book is in the v2 branch of this repo.
  • A preview of the future version is available at moderndive.netlify.app.

More Information