Supplementary Materials for the book chapter:
**"Personality Sensing in Daily Life:
Guidelines for Studying Personality Dynamics Using Mobile Sensors"**
**Before you start:**
The code uses data from the publicly available sensing dataset of the StudentLife Study. Download and unpack the file ( http://studentlife.cs.dartmouth.edu/dataset/dataset.tar.bz2 )
All code assumes that the unpacked 'dataset' folder has been set as your working directory, e.g.:
setwd("~/Desktop/dataset/")
Files:
- MS_prereg_template.docx
- Preproc.R: This file contains the data cleaning steps and should be your first step. All the other files build on this one.
- Tutorial 1.R: Describing within person variability in conversation behavior.
- Tutorial 2.R: Examining change in conversation behavior over time.
- Tutorial 3.R: Identifying within person components using a P-technique PCA.