diff --git a/03_data/03_cleaned_data/HMC_wave1_cleaned.csv b/03_data/03_cleaned_data/csv/HMC_wave1_cleaned.csv similarity index 100% rename from 03_data/03_cleaned_data/HMC_wave1_cleaned.csv rename to 03_data/03_cleaned_data/csv/HMC_wave1_cleaned.csv diff --git a/03_data/03_cleaned_data/HMC_wave2_cleaned.csv b/03_data/03_cleaned_data/csv/HMC_wave2_cleaned.csv similarity index 100% rename from 03_data/03_cleaned_data/HMC_wave2_cleaned.csv rename to 03_data/03_cleaned_data/csv/HMC_wave2_cleaned.csv diff --git a/03_data/03_cleaned_data/HMC_wave3_cleaned.csv b/03_data/03_cleaned_data/csv/HMC_wave3_cleaned.csv similarity index 100% rename from 03_data/03_cleaned_data/HMC_wave3_cleaned.csv rename to 03_data/03_cleaned_data/csv/HMC_wave3_cleaned.csv diff --git a/03_data/03_cleaned_data/HMC_wave4_cleaned.csv b/03_data/03_cleaned_data/csv/HMC_wave4_cleaned.csv similarity index 100% rename from 03_data/03_cleaned_data/HMC_wave4_cleaned.csv rename to 03_data/03_cleaned_data/csv/HMC_wave4_cleaned.csv diff --git a/03_data/03_cleaned_data/HMC_wave5_cleaned.csv b/03_data/03_cleaned_data/csv/HMC_wave5_cleaned.csv similarity index 100% rename from 03_data/03_cleaned_data/HMC_wave5_cleaned.csv rename to 03_data/03_cleaned_data/csv/HMC_wave5_cleaned.csv diff --git a/03_data/03_cleaned_data/HMC_wave6_cleaned.csv b/03_data/03_cleaned_data/csv/HMC_wave6_cleaned.csv similarity index 100% rename from 03_data/03_cleaned_data/HMC_wave6_cleaned.csv rename to 03_data/03_cleaned_data/csv/HMC_wave6_cleaned.csv diff --git a/03_data/item_reference.R b/03_data/03_cleaned_data/item_reference.R similarity index 92% rename from 03_data/item_reference.R rename to 03_data/03_cleaned_data/item_reference.R index d5f4cbc..8d00580 100644 --- a/03_data/item_reference.R +++ b/03_data/03_cleaned_data/item_reference.R @@ -7,10 +7,10 @@ #+ echo = FALSE options(knitr.kable.NA = '') -dat <- openxlsx::read.xlsx("HMC_codebook.xlsx") +dat <- openxlsx::read.xlsx("../HMC_codebook.xlsx") #' * `qualtricsname`: Original name as used in the Qualtrics survey, see -#' [materials](../02_material) +#' [materials](../../02_material) #' #' * `varname`: Variable name used in the CSV files for each wave, see #' [03_cleaned_data](03_cleaned_data) diff --git a/03_data/item_reference.md b/03_data/03_cleaned_data/item_reference.md similarity index 99% rename from 03_data/item_reference.md rename to 03_data/03_cleaned_data/item_reference.md index 32aa8c1..bceba3f 100644 --- a/03_data/item_reference.md +++ b/03_data/03_cleaned_data/item_reference.md @@ -1,9 +1,9 @@ Codebook for cleaned data ================ -2025-11-03 +2025-12-12 - `qualtricsname`: Original name as used in the Qualtrics survey, see - [materials](../02_material) + [materials](../../02_material) - `varname`: Variable name used in the CSV files for each wave, see [03_cleaned_data](03_cleaned_data) diff --git a/03_data/04_preprocessed_data/excel/HMC_wave1_preprocessed.xlsx b/03_data/04_preprocessed_data/excel/HMC_wave1_preprocessed.xlsx index 7939d84..6eb8351 100644 Binary files a/03_data/04_preprocessed_data/excel/HMC_wave1_preprocessed.xlsx and b/03_data/04_preprocessed_data/excel/HMC_wave1_preprocessed.xlsx differ diff --git a/03_data/04_preprocessed_data/excel/HMC_wave2_preprocessed.xlsx b/03_data/04_preprocessed_data/excel/HMC_wave2_preprocessed.xlsx index c77431c..3110828 100644 Binary files a/03_data/04_preprocessed_data/excel/HMC_wave2_preprocessed.xlsx and b/03_data/04_preprocessed_data/excel/HMC_wave2_preprocessed.xlsx differ diff --git a/03_data/04_preprocessed_data/excel/HMC_wave3_preprocessed.xlsx b/03_data/04_preprocessed_data/excel/HMC_wave3_preprocessed.xlsx index 2ae64a0..be66e4d 100644 Binary files a/03_data/04_preprocessed_data/excel/HMC_wave3_preprocessed.xlsx and b/03_data/04_preprocessed_data/excel/HMC_wave3_preprocessed.xlsx differ diff --git a/03_data/04_preprocessed_data/excel/HMC_wave4_preprocessed.xlsx b/03_data/04_preprocessed_data/excel/HMC_wave4_preprocessed.xlsx index a37c5c3..9aeed9e 100644 Binary files a/03_data/04_preprocessed_data/excel/HMC_wave4_preprocessed.xlsx and b/03_data/04_preprocessed_data/excel/HMC_wave4_preprocessed.xlsx differ diff --git a/03_data/04_preprocessed_data/excel/HMC_wave5_preprocessed.xlsx b/03_data/04_preprocessed_data/excel/HMC_wave5_preprocessed.xlsx index 813527d..7f746b6 100644 Binary files a/03_data/04_preprocessed_data/excel/HMC_wave5_preprocessed.xlsx and b/03_data/04_preprocessed_data/excel/HMC_wave5_preprocessed.xlsx differ diff --git a/03_data/04_preprocessed_data/excel/HMC_wave6_preprocessed.xlsx b/03_data/04_preprocessed_data/excel/HMC_wave6_preprocessed.xlsx index b3297b6..52abbd4 100644 Binary files a/03_data/04_preprocessed_data/excel/HMC_wave6_preprocessed.xlsx and b/03_data/04_preprocessed_data/excel/HMC_wave6_preprocessed.xlsx differ diff --git a/README.md b/README.md index edcccb9..642aeb2 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,14 @@ The waves were collectec over the following dates: | |-- 02_anonymized_data | | |-- cleaning.R | |-- 03_cleaned_data - | | |-- HMC_wave1_cleaned.csv - | | |-- HMC_wave2_cleaned.csv - | | |-- HMC_wave3_cleaned.csv - | | |-- HMC_wave4_cleaned.csv - | | |-- HMC_wave5_cleaned.csv - | | |-- HMC_wave6_cleaned.csv + | | |-- csv + | | | |-- HMC_wave1_cleaned.csv + | | | |-- HMC_wave2_cleaned.csv + | | | |-- HMC_wave3_cleaned.csv + | | | |-- HMC_wave4_cleaned.csv + | | | |-- HMC_wave5_cleaned.csv + | | | |-- HMC_wave6_cleaned.csv + | | |-- item_reference.md | |-- 04_preprocessed_data | | |-- csv | | | |-- HMC_wave1_preprocessed.csv @@ -93,7 +95,6 @@ The waves were collectec over the following dates: | | |-- database_api_reference.md | | |-- hmc_data.sqlite | |-- HMC_codebook.xlsx - | |-- item_reference.md | |-- README.md |-- README.md ```