referenceDf: Dataset with relevant information on participants in an ESM...

Description Usage Format Details Examples

Description

The reference dataset contains the most relevant information on participants in an ESM study. The word 'relevant' refers to data that is needed to correctly assign ESM questionnaires in a raw ESM dataset to the participant who filled them out.

Usage

1

Format

A data frame with 8 rows and 10 variables

Details

Note: It is very important that the scheduled times of the daily prompts (here: st1-st4) strictly follow one another in time, i.e. prompt no.2 should be subsequent to prompt no.1 in time and prompt no.2 should be prior in time to all prompts following it (here: st3 and st4).

Examples

1
2
3
4
# Convert the 15 digit IMEI number from scientfic notation to text.
referenceDf$imei <- as.character(referenceDf$imei)
# Display the whole dataset in the console
referenceDf

esmprep documentation built on July 5, 2019, 5:03 p.m.

Related to referenceDf in esmprep...