example_data | R Documentation |
Contains the preprocessed example data for an m-path research study.
In the study, 20 participants completed 11 beeps over the course of 10 days. The study consisted of:
An intake questionnaire, that participants answered at the study's start.
A main questionnaire (10 times per day), where participants answered questions about their emotions and context at the time.
An evening questionnaire (once, at the end of the day), about their emotions and activities throughout the day.
Each row corresponds to one beep sent during the study.
example_data
A data frame with 1980 rows and 47 columns:
Participant identifier.
Code the participants used to sign up for the study.
The questionnaire that participants answered in that beep (it can be the main or the evening questionnaire).
Time stamp for when the notification was scheduled for, in unix time.
Time stamp for when the notification was sent, in unix time.
Time stamp for when the notification was answered, in unix time. If the notification was never answered, this value is an NA.
Time stamp for when the notification was completed, in unix time. If the notification was never answered, this value is an NA.
The difference between the phone time and the server time.
Observation number for each participant. Goes from 1 (first observation), to 110 (last observation of the study).
Day number of the study, for the participant. Goes from 1 to 10.
Observation number within the day (for each participant). Goes from 1 to 11.
Logical, whether the beep was answered or not.
Average heart rate per day. Note that unlike the rest of the variables, this corresponds to simulated data.
Participant's gender. 1 means 'Male', 2 means 'Female', 3 'Other'.
Participant's gender, as a string.
Participant's age in years.
Composite variable corresponding to participant's life satisfaction according to the Satisfaction With Life Scale (SWLS).
Composite variable corresponding to participant's neuroticism according to the Big Five Inventory (BFI).
Participants' self-reported happiness at the time of the beep. From 0 (not happy at all) to 100 (very happy).
Participants' self-reported sadness at the time of the beep. From 0 (not sad at all) to 100 (very sad).
Participants' self-reported anger at the time of the beep. From 0 (not angry at all) to 100 (very angry).
Participants' self-reported relaxation at the time of the beep. From 0 (not relaxed at all) to 100 (very relaxed).
Participants' self-reported anxiety at the time of the beep. From 0 (not anxious at all) to 100 (very anxious).
Participants' self-reported energy at the time of the beep. From 0 (not energetic at all) to 100 (very energetic).
Participants' self-reported tiredness at the time of the beep. From 0 (not tired at all) to 100 (very tired).
Index corresponding to the participant's answer to the question "Where are you now?", from a list of multiple options.
Text corresponding to the participant's selected location at the time of the beep.
Index corresponding to the participant's answer to the question "With whom are you right now?", from a list of multiple options.
Text corresponding to the participant's selected company at the time of the beep.
Index corresponding to the participant's answer to the question "What are you doing now?", from a list of multiple options.
Text corresponding to the participant's selected activity at the time of the beep.
Step count between the previous answered beep and the current beep
Participants' happiness during the day, from 0 (not happy at all) to 100 (very happy).
Participants' sadness during the day, from 0 (not sad at all) to 100 (very sad).
Participants' anger during the day, from 0 (not angry at all) to 100 (very angry).
Participants' relaxation during the day, from 0 (not relaxed at all) to 100 (very relaxed).
Participants' anxiety during the day, from 0 (not anxious at all) to 100 (very anxious).
Participants' energy during the day, from 0 (not energetic at all) to 100 (very energetic).
Participants' tiredness during the day, from 0 (not tired at all) to 100 (very tired).
Participant's answer to whether something stressful had happened during the day. 1 means 'yes', 0 means 'no'.
Participant's answer to whether something positive had happened during the day. 1 means 'yes', 0 means 'no'.
Explanation of the positive event (if participants responded 'yes' to the previous question).
Explanation of the stressful event (if participants responded 'yes' to the previous question).
Index corresponding to the participant's answer(s) to the question "What activities did you do today?", from a list of multiple options.
Text corresponding to the participant's selected activities during the day.
Delay in minutes between the scheduled beep and the time the participants started the beep.
Time in minutes the participants took to fill in the beep (difference between the columns start and stop).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.