All Projects → OpenIntroStat → Oilabs Tidy

OpenIntroStat / Oilabs Tidy

Licence: cc-by-sa-4.0
👩🏿‍💻 OpenIntro Labs in R using the tidyverse design philosophy, grammar, and data structures

Labels

OpenIntro Labs - tidyverse

OpenIntro Labs promote the understanding and application of statistics through applied data analysis. Labs are titled based on topic area, which correpond to particular chapters in all three versions of OpenIntro Statistics, a free and open-source textbook. The textbook as well as the html version of the labs can be found at http://www.openintro.org/stat/labs.php.

This repository is a fork of the original base-R labs. It incorporates the tidyverse syntax from the dplyr package for data manipulation, the ggplot2 package for graphics, and the infer package for statistical inference.

We currently support our source files in the RMarkdown (.Rmd) format, which can be output into html format (though output to pdf is also possible). The source files are processed using the knitr package in R, and are easiest to use in RStudio.

It is our hope that these materials are useful for instructors and students of statistics. If you end up developing some interesting variants of these labs or creating new ones, please let us know!

Labs

  1. Intro to R
  2. Intro to data
  3. Probability
  4. Normal distribution
  5. Foundations of inference
    a. Sampling distributions
    b. Confidence intervals
  6. Inference for categorical data
  7. Inference for numerical data
  8. Simple linear regression
  9. Multiple linear regression

Feedback / collaboration

Your feedback is most welcomed! If you have suggestions for minor updates (fixing typos, etc.) please do not hesitate to issue a pull request. If you have ideas for major revamp of a lab (replacing outdated code with modern version, overhaul in pedagogy, etc.) please create an issue so to start the conversation.


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].