Data and Workbooks
Datasets
Download and save datasets to use for tutorial tasks here. Either copy the link to use in a reading-in function (e.g. readr::read_csv(), haven::read_sav()), or save the data at the link to a file to read in. Make sure that if you save the file, you keep the correct file suffix!
| Filename | Citation/Source | Comments | Download |
|---|---|---|---|
| anx_data.csv | Terry, Lea, & Field (in prep) | Dataset shared for teaching purposes. Note that demographics in this dataset are SIMULATED FOR TEACHING PURPOSES and are NOT real data. | Download anx_data.csv |
| anx_scores_data.csv | Terry, Lea, & Field (in prep) | Dataset shared for teaching purposes, with mean subscale scores instead of individual items. Note that demographics in this dataset are SIMULATED FOR TEACHING PURPOSES and are NOT real data. | Download anx_scores_data.csv |
| bp_data.csv | Simon & Hurst (2021) | Dataset publicly available. Note that this subset of the public data has had ID variables and missing values randomly introduced for teaching purposes. | Download bp_data.csv |
| mil_data.sav | Eldarwish et al., (in prep) | Dataset expected to be publicly available in the future. Note that this dataset is entirely simulated, based on existing real data. | Download mil_data.sav |
| mil_data_wkshp.sav | Eldarwish et al., (in prep) | Version of mil_data.sav with additional simulated variables for Qualtrics workshop use, contributed by Dr Dan Evans | Download mil_data_wkshp.sav |
| syn_data.csv | Mealor et al., 2016 | Dataset publicly available | Download syn_data.csv |
Workbooks
Right-click the link below and choose Save link as… to save as a .Qmd, or click through to view the text and copy/paste into an empty .Qmd document.
| Tutorial/Workshop Name | Download |
|---|---|
| 01: IntRoduction | Download 01_intro_workbook.qmd |
| 02: IntRoduction II | Download 02_intro_workbook.qmd |
| 03: Datasets | Download 03_datasets_workbook.qmd |
| 04: Filter and Select | Download 04_filter_workbook.qmd |
| 05: Mutate | Download 05_mutate_workbook.qmd |
| 06: Reproducible Linear Models | Download 06_lm_workbook.qmd |
| 07: Summarise | Download 07_summarise_workbook.qmd |
| 08: Visualisations | Download 08_dataviz_workbook.qmd |
| Working with Qualtrics Data | Download qualtrics_workshop_workbook.qmd |