Study Results

This page contains some outputs from the study as well as instructions on how to reproduce the results if you wish

Research outputs and results

Reproducing the research

  1. Install Docker
  2. Run Docker
  3. Copy the Dockerfile and place it into an empty folder
  4. Open a terminal window (or Powershell in Windoze) and change the directory to match the folder that contains the Dockerfile
  5. Enter the following command: docker build ./
  6. This might take a while, but you should end with a comment like Successfully built IMAGEID
  7. Run the command: docker run --rm -p 8787:8787 -e PASSWORD=password IMAGEID where IMAGEID is the IMAGEID value from step 5
  8. Open a browser window and head to: http://127.0.0.1:8787. Log in with the username: rstudio and password: password
  9. In the browser window, you should see an RStudio environment. RStudio
  10. Scroll down to find the project file, called r-satiated.Rproj and click it. Open project
  11. Now find the Session menu option along the top of the page and select Restart R. Restart R
  12. In the top-right hand window, click on the Build tab and then by clicking on the triangle next to the Build Book button, choose the bookdown::pdf_book option. Build book
  13. Be patient, this might take a minute, but once completed a new window with the rendered PDF should appear. View PDF