added gitignore

This commit is contained in:
Jeremy Kidwell 2021-10-14 11:45:38 +01:00
parent 00b7d5afb3
commit 8ef7c5d737
4 changed files with 46 additions and 18 deletions

BIN
.DS_Store vendored

Binary file not shown.

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

View file

@ -15,8 +15,8 @@ Data summary/visualisation with subsetting:
- Q19 (respondent ethnic self-desc)
Correlation testing:
- RH: test for correlation between "social issue" box ticked on Q20 and responses to
- RH: test for correlation between responses to religion questions: Q12-14, Q15-16 and Q21 and responses to Q22, Q23, Q24, Q25, Q27, Q30
- RH: test for correlation between "social issue" box ticked on Q20 and responses to Q22, Q23, Q27, Q25 (ANOVA)
- RH: test for correlation between responses to religion questions: Q12-14, Q15-16 and Q21 and responses to Q22, Q23, Q25, Q27, Q30
Great to get done if we have time:

BIN
data/.DS_Store vendored

Binary file not shown.