Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psyteachr/stat-models-v1
Learning Statistical Models Through Simulation in R (version 1, 2021)
https://github.com/psyteachr/stat-models-v1
r simulation statistics
Last synced: 8 days ago
JSON representation
Learning Statistical Models Through Simulation in R (version 1, 2021)
- Host: GitHub
- URL: https://github.com/psyteachr/stat-models-v1
- Owner: PsyTeachR
- License: other
- Created: 2021-08-12T09:44:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T16:21:13.000Z (about 2 months ago)
- Last Synced: 2024-12-09T17:27:32.764Z (about 2 months ago)
- Topics: r, simulation, statistics
- Language: TeX
- Homepage: https://psyteachr.github.io/stat-models-v1/
- Size: 37.1 MB
- Stars: 32
- Watchers: 3
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION
Awesome Lists containing this project
README
# Learning statistical models through simulation in R
This repository contains the source files for the interactive textbook:
Barr, Dale J. (2020). *Learning statistical models through simulation in R: An interactive textbook*. Version 0.90-1. Retrieved from https://psyteachr.github.io/ug3-stats.
It is easiest to compile the textbook using a singularity software container, which has all of the required software.
```
singularity exec library://dalejbarr/talklab/talklab-tidy4:latest make
```