# Everyday mindfulness and stress
## Project overview
### 01_overview
- **questionnaire_overview.pdf**: Overview of all used scales, with those relevant for this project highlighted
### 02_data
- **data_cleaned_mindfulness_stress.csv**: Cleaned data containing the raw questionnaire items used to calculate scales and to perform the ESEM analysis on the scales.
- **model_data_mindfulness_stress.csv**: Cleaned data file containing only the predictors and outcomes relevant for the RI-CLPMs.
### 03_code
- **01_scale_calculations_esem_descriptives.R**: R code of scale calculations, ESEM analysis, descriptives statistics, scale reliability, correlation analysis. Uses *data_cleaned_mindfulness_stress.csv*.
- **02_RI_CLPM_Use.R**: R code of the (RI-)CLPMs on the usage of mindfulness facets. Uses *model_data_mindfulness_stress.csv*.
- **03_RI_CLPM_Helpfulness.R**: R code of (RI-)CLPMs on the perceived helpfulness of mindfulness facets. Uses *model_data_mindfulness_stress.csv*.
- **sessionInfoR.txt**: Info on R session and version of used packages. Please note that very small deviances in fit indices / parameter estimates may be expected when switching from lavaan 0.16.4 to 0.16.5.