Git Product home page Git Product logo

stat500r's Introduction

stat500r: Learn to Apply STAT Concepts in R

With the stat500r package you can run an interactive R tutorial - locally in your web browser - that teaches you how to use R by applying the concepts covered in a typical statistics course. In particular, the tutorial is meant to be accompanied by Penn State’s STAT 500 course (ps. this tutorial is not affiliated with Penn State University).

The topics covered include, but are not limited to:

  • Visualizing quantitative and qualitative data using ggplot2.
  • Constructing t-tests, Chi-Square hypothesis tests, Simple Linear Regression and ANOVA models.
  • Calculating confidence intervals.
  • Building probability tree diagrams.
  • Exploring the tidyverse.
  • And more…

Run Tutorial

A live version of the tutorial can be run by typing the following commands in your R console (it opens the tutorial locally on your computer as a new tab in your default web browser):

# needed to install the stat500r package (run only once)
install.packages("remotes")

# install stat500r package from github (run only once)
remotes::install_github("moamiristat/stat500r")

# run tutorial (run whenever you want to start up the tutorial)
learnr::run_tutorial("Introduction", "stat500r")

Tutorial Screenshots

how-to-run-tutorial.mov
edit-code.mov
reset-code-to-default.mov

Packages Used

The tutorial was put together using the learnr package. All other packages contributed to the analysis portion of the tutorial.

stat500r's People

Contributors

macamiri avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.