This paper is published in the Proceedings of CHI '20 CHI Conference on Human Factors in Computing Systems, April 25--30, 2020, Honolulu, HI, USA: https://dl.acm.org/doi/abs/10.1145/3313831.3376672
Preprint is available on arXiv at https://arxiv.org/abs/2001.04180
To recreate the paper, click 'OSF Storage', 'Download as zip', open 'Facebook paper.Rproj' in RStudio, then open 'main.Rmd' and click the 'Knit' button.
If you get an error, try restoring the package environment as per October 8th 2020, where Ulrik Lyngs recompiled this paper using the `renv` package (the file **renv.lock** notes which ones these are). To do this, install the `renv` package by running `remotes::install_github("rstudio/renv")` in an R console, followed by `renv::restore()`. (Documentation for the `renv` package is available at https://rstudio.github.io/renv/)