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: about 1 year 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T16:40:50.000Z (over 1 year ago)
- Last Synced: 2025-05-09T00:04:09.943Z (about 1 year ago)
- Topics: r, simulation, statistics
- Language: TeX
- Homepage: https://psyteachr.github.io/stat-models-v1/
- Size: 42.6 MB
- Stars: 33
- Watchers: 2
- Forks: 26
- 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
```