Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nrennie/learning-statistics
- Owner: nrennie
- License: mit
- Created: 2023-02-18T18:36:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T23:36:23.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T15:07:36.813Z (6 months ago)
- Topics: r, shiny, statistics, teaching
- Language: R
- Homepage:
- Size: 16.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```