Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```