https://github.com/blairj09/stat223
An R package for teaching Stat 223
https://github.com/blairj09/stat223
Last synced: 8 months ago
JSON representation
An R package for teaching Stat 223
- Host: GitHub
- URL: https://github.com/blairj09/stat223
- Owner: blairj09
- License: other
- Created: 2018-04-10T07:46:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T16:31:51.000Z (over 7 years ago)
- Last Synced: 2025-01-24T16:11:20.895Z (10 months ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stat223
This package contains tutorials and data used in teaching Stat 223.
## Installation
This package can be installed via the following commands:
``` r
# install.packages("remotes")
remotes::install_github("blairj09/stat223")
```
## Learnr
This package takes advantage of [`learnr`](https://rstudio.github.io/learnr/index.html) to create interactive tutorials. A tutorial on permutation tests can be viewed via the following:
``` r
learnr::run_tutorial("permutation", "stat223")
```