Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrennie/learning-statistics

Shiny app to explore introductory statistical concepts.
https://github.com/nrennie/learning-statistics

r shiny statistics teaching

Last synced: 3 months ago
JSON representation

Shiny app to explore introductory statistical concepts.

Awesome Lists containing this project

README

        

# 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")
```