Baselight

Smartphone Sensor Data For Mental Health Research

User Engagement, Experience, and Ethics

@kaggle.thedevastator_smartphone_sensor_data_for_mental_health_researc

Loading...
Loading...

About this Dataset

Smartphone Sensor Data For Mental Health Research


Smartphone Sensor Data for Mental Health Research

User Engagement, Experience, and Ethics

By [source]


About this dataset

In addition to smartphone sensor data, survey responses were also collected that provide an insight into participants' views on passive data collection for research purposes. This remarkable set of information opens up new possibilities in terms of understanding and treating mental health by leveraging technological advances — while also providing valuable insights into important ethical considerations related to it. Our dataset thus offers researchers a crucial tool for unlocking advances in our understanding of mental health and its associated conditions — paving the way for further exploration through different contexts.$

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset contains valuable and comprehensive sensor data collected from smartphones as part of a feasibility study aimed at understanding mental health through the use of smartphone data. This dataset is ideal for researchers and data scientists who are interested in exploring the potential of smartphone sensors for aiding understanding of mental health.

In this guide, we will be discussing how to best utilize this dataset to explore the different aspects associated with a user’s experience with collecting mental health-related data via their device. All these attributes have been organized into columns within the dataset.

The first set of columns ‘os’, ‘model’ and ‘phone_age’ provide us information related to the participants' devices such as its type/make, operating system and age respectively. This can be used to group users who share similar technologies or devices, which can help us better understand how device differences may affect user engagement or experience with collecting this kind of data.

The second set consists of demographics-related details such as participant 'age', 'gender' and 'phone_use' (or frequency). These columns give us insight into who is using what types/makes of devices in order to collect their mental health related data; it may uncover any trends associated with certain demographic segments receiving more benefit from certain types/makes compared to others etc.

The third set pertains more closely towards understanding participant engagement; these include 'time', 'bluetooth_use', 'running_problem' statuses which enable us determine whether participants experienced any issues using Bluetooth while trying to collect their respective datasets; did they feel comfortable enough while doing so? etc It also includes 'data_use' which would tell us how much usage was obtained from each participant on average (in MB). Additionally there are also survey based opinions on acceptability ('settings') describing whether participants felt that automated collection was acceptable or not included alongside battery status ('battery').
All in all by applying a combination analysis approach – examining different attributes separately as well as consulting other sources like survey results – deeper insights around user experience can be discerned via this unique dataset!

Research Ideas

  • Analyzing the data to understand user engagement with the app, in order to develop methods of encouraging consistent use of smartphone sensors for mental health research.
  • Investigating how battery life and device settings affect user experience with the app, as knowing these factors could help optimize usage in future studies.
  • Combining this data with other datasets to build a better understanding of how mental health changes over time and how different activities might affect it – such as looking at changes in communication patterns or phone usage depending on mood levels/symptoms

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: participant_info.csv

Column name Description
os Operating system of the device. (String)
model Model of the device. (String)
time Time of data collection. (DateTime)
age Age of the participant. (Integer)
gender Gender of the participant. (String)
phone_use Frequency of phone use. (Integer)
phone_age Age of the phone. (Integer)

File: app_survey.csv

Column name Description
time Time of data collection. (DateTime)
bluetooth_use Frequency of Bluetooth use. (Integer)
running_problem Frequency of running problems. (Integer)
settings Settings of the device. (String)
battery Battery level of the device. (Integer)
data_use Data usage of the device. (Integer)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

App Survey

@kaggle.thedevastator_smartphone_sensor_data_for_mental_health_researc.app_survey
  • 7.81 KB
  • 52 rows
  • 8 columns
Loading...

CREATE TABLE app_survey (
  "pid" BIGINT,
  "time" TIMESTAMP,
  "bluetooth_use" VARCHAR,
  "running_problem" BOOLEAN,
  "issue" VARCHAR,
  "settings" VARCHAR,
  "battery" BIGINT,
  "data_use" BIGINT
);

Battery

@kaggle.thedevastator_smartphone_sensor_data_for_mental_health_researc.battery
  • 842.81 KB
  • 119184 rows
  • 4 columns
Loading...

CREATE TABLE battery (
  "pid" BIGINT,
  "time" TIMESTAMP,
  "level" DOUBLE,
  "status" VARCHAR
);

Bluetooth

@kaggle.thedevastator_smartphone_sensor_data_for_mental_health_researc.bluetooth
  • 452.82 KB
  • 61894 rows
  • 3 columns
Loading...

CREATE TABLE bluetooth (
  "pid" BIGINT,
  "detected" VARCHAR,
  "time" TIMESTAMP
);

Ethics Multiple Choice

@kaggle.thedevastator_smartphone_sensor_data_for_mental_health_researc.ethics_multiple_choice
  • 6.89 KB
  • 13 rows
  • 9 columns
Loading...

CREATE TABLE ethics_multiple_choice (
  "participant" VARCHAR,
  "gps" VARCHAR,
  "bluetooth" VARCHAR,
  "background" VARCHAR,
  "questionnaire" VARCHAR,
  "research" VARCHAR,
  "advertising" VARCHAR,
  "medical" VARCHAR,
  "legal" VARCHAR
);

Ethics Open Questions

@kaggle.thedevastator_smartphone_sensor_data_for_mental_health_researc.ethics_open_questions
  • 5.55 KB
  • 48 rows
  • 3 columns
Loading...

CREATE TABLE ethics_open_questions (
  "participant" VARCHAR,
  "question" BIGINT,
  "response" VARCHAR
);

Participant Info

@kaggle.thedevastator_smartphone_sensor_data_for_mental_health_researc.participant_info
  • 6.33 KB
  • 31 rows
  • 8 columns
Loading...

CREATE TABLE participant_info (
  "pid" BIGINT,
  "os" VARCHAR,
  "model" VARCHAR,
  "time" VARCHAR,
  "age" VARCHAR,
  "gender" VARCHAR,
  "phone_use" VARCHAR,
  "phone_age" VARCHAR
);

Share link

Anyone who has the link will be able to view this.