Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 557 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 557 Bytes

Learning Statistics Shiny App

A {shiny} app to explore introductory statistical concepts. This currently includes:

  • Descriptive statistics

    • Mean
    • Mode
    • Median
    • Range
    • Standard deviation
    • Variance
  • Distributions

    • Normal
    • Exponential
  • T-tests

    • One sample t-test
    • Two sample t-test
    • Paired t-test
  • Linear regression

This app is currently a work-in-progress.

To run the app locally:

shiny::runGitHub(repo = "learning-statistics",
                 username = "nrennie",
                 ref = "main")