Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvuorre/oblivious-octopus
Prejudice model
https://github.com/mvuorre/oblivious-octopus
psychology r
Last synced: 2 days ago
JSON representation
Prejudice model
- Host: GitHub
- URL: https://github.com/mvuorre/oblivious-octopus
- Owner: mvuorre
- License: cc0-1.0
- Created: 2024-05-24T13:08:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T07:55:18.000Z (about 1 month ago)
- Last Synced: 2025-01-20T22:57:50.326Z (8 days ago)
- Topics: psychology, r
- Language: R
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Submission to prejudice modelling competition
- Our materials:
- Competition website:
- Competition OSF repo:## Reproduce
We conducted our analyses as a Quarto R notebook whose R environment is managed by renv. To reproduce, render the Quarto project ([Quarto](https://quarto.org/docs/get-started/) required). Optimally also ensure you have the same R environment as us. To be exact,
```bash
git clone https://github.com/mvuorre/oblivious-octopus.git
cd oblivious-octopus
Rscript -e "renv::restore()"
quarto render index.qmd
```