Skip to main content

ORIGINAL RESEARCH article

Front. Public Health, 10 March 2021
Sec. Digital Public Health
This article is part of the Research Topic Data Science and Digital Service Delivery in Healthcare View all 13 articles

Work Habit-Related Sleep Debt; Insights From Factor Identification Analysis of Actigraphy Data

  • 1Department of Systems Science, Kyoto University, Kyoto, Japan
  • 2Department of Material Process Engineering, Nagoya University, Nagoya, Japan
  • 3Department of Psychiatry, Shiga University of Medical Science, Otsu, Japan
  • 4Department of Sleep and Behavioural Sciences, Shiga University of Medical Science, Otsu, Japan

The present study investigates the factors of “Weekday sleep debt (WSD)” by comparing activity data collected from persons with and without WSD. Since it has been reported that the amount of sleep debt as well the difference between the social clock and the biological clock is associated with WSD, specifying the factors of WSD other than chronotype may contribute to sleep debt prevention. We recruited 324 healthy male employees working at the same company and collected their 1-week wrist actigraphy data and answers to questionnaires. Because 106 participants were excluded due to measurement failure of the actigraphy data, the remaining 218 participants were included in the analysis. All participants were classified into WSD or non-WSD groups, in which persons had WDS if the difference between their weekend sleep duration and the mean weekday sleep duration was more than 120 min. We evaluated multiple measurements derived from the collected actigraphy data and trained a classifier that predicts the presence of WSD using these measurements. A support vector machine (SVM) was adopted as the classifier. In addition, to evaluate the contribution of each indicator to WSD, permutation feature importance was calculated based on the trained classifier. Our analysis results showed significant importance of the following three out of the tested 32 factors: (1) WSD was significantly related to persons with evening tendency. (2) Daily activity rhythms and sleep were less stable in the WSD group than in the non-WSD group. (3) A specific day of the week had the highest importance in our data, suggesting that work habit contributes to WSD. These findings indicate some WSD factors: evening chronotype, instability of the daily activity rhythm, and differences in work habits on the specific day of the week. Thus, it is necessary to evaluate the rhythms of diurnal activities as well as sleep conditions to identify the WSD factors. In particular, the diurnal activity rhythm influences WSD. It is suggested that proper management of activity rhythm may contribute to the prevention of sleep debt.

Introduction

Sleep debt has deleterious effects on work or academic performance and also may impair various other psychological and physical functions such as memory, learning, metabolism, and immunity (1). However, a convenient method for quantitively evaluating sleep debt has not yet been established. According to the International Classification of Sleep Disorders, Third Edition (ICSD-3), getting enough sleep duration for at least 7 days before polysomnography (PSG) should be performed for the sake of sleep debt resolution (2); however, inventories to measure the degree of sleep debt have not been developed.

We focus on “weekday sleep debt (WSD),” which refers to taking longer sleep on the weekend to compensate for lack of sleep during the weekdays (3, 4). WSD is defined as the difference between the weekend and weekday sleep durations (5).

It has been well-known that chronotype affects weekday and weekend sleep timing and duration (6). One cause of WSD may be social jetlag, which is the discrepancy between biological and social clocks (7, 8). WSD may not occur when persons live following their born chronotype determined by genetic factors. However, it is difficult for most persons to live a daily social life by following their chronotype due to work or school. The factors of WSD other than chronotype should be specified to prevent sleep debt because the chronotype are reported to be influenced by genetic factors (5) as well as age, and personality (9).

It is assumed that persons with WSD may not get enough sleep during the weekdays and take longer sleeps on the weekend than during the weekdays to compensate for lack of weekday sleep. Actigraph devices have been widely used for long-term circadian activity measurement because they are lightweight, easy-to-wear, and non-invasive (1012). The long-term activity measurement enables the evaluation of the discrepancy between biological and social rhythms clocks.

In this study, we aim to investigate the factors of WSD by using 1-week wrist actigraphy data. The actigraphy data and answers to questionnaires of persons with and without WSD were collected from 324 male employees at a Japanese wholesale company, and 218 participants were analyzed.

Before analysis, we validated the collected actigraphy data through comparison with sleep diaries recorded by the participants. In addition, the definition of WSD was examined with the chorotype of the participants determined by the Morningness-Eveningness Questionnaire (MEQ).

We trained a classifier that predicts the presence of WSD from the collected actigraphy data by utilizing a machine learning (ML) technique and calculated feature importance based on the trained classifier to specify the factors of WSD in addition to statistical analysis of the answers to questionnaires.

Materials and Methods

Measurements From Actigraphy Data

We calculated the following 40 parameters listed in Table 1 from the actigraphy data, whose details are described below.

• Sleep/Awake State: Wake−up time (WU), Sleep-onset time (SO), Mid−sleep (MS), and Sleep duration (SD)

TABLE 1
www.frontiersin.org

Table 1. Measurements from actigraphy data.

The Cole-Kripke sleep/wake identification method was adopted to estimate wake-up and sleep-onset times from the actigraphy data (13). It has been reported that the agreement rate between the Cole-Kripke method and PSG was 88% (13, 14).

It is difficult to estimate sleep/awake timing using only the Cole-Kripke method because it uses 1-min activity counts data measured by means of actigraphy; therefore, we introduce a sleep/wake function r(i)

r(i)=j=0ixj    (1)

where xi is a sleep/wake state at the time i estimated by means of the Cole-Kripke method: xi = +1 and xi = −1 denote sleep and awake, respectively. r(i) becomes large when the sleep state dominates and becomes small when the wake state dominates. The extreme points of r(i) may be times that the sleep/awake states change. Thus, its maximum and minimum points can be defined as the wake-up time and the sleeping time. If there are multiple maximum and minimum points within a day, we adopt the latest one as the wake-up time or the sleeping time.

Using the sleep/wake function r(i), the following measurements, which represent the sleep habits, are estimated: wake-up time (WU), sleep-onset time (SO), mid-sleep (MS), and sleep duration (SD). WU, SO and MS are expressed as the minutes elapsed from midnight. Their means and standard deviations were used in addition to these values for each weekday.

• Sleep Rhythm: Sleep regularity index (SRI) and Sleep timing index (STI)

Sleep regularity index (SRI) (15) and sleep timing index (STI) (16) represent sleep rhythm. SRI is the agreement between sleep/wake states at any two-time points separated by 24 h. A large SRI means that the sleep rhythm is regular. SRI can be calculated based on the Cole-Kripke sleep/wake identification method. N and p are the numbers of measurement days and samples per day, respectively. sk,j = 1 is satisfied if a person is determined to be in the sleep state at time j on the kth day, and sk,j = 0 is satisfied if a person is determined to be in the awake state at time j on the kth day. SRI is defined as

SRI = -100+ 200p(N-1)j=1pk=1N-1δsk,j,sk+1,j    (2)

where δi,j = 1 if i = j and δi,j = 0 otherwise.

STI expresses the mean sleep midpoint during the measurement days. When the time from 0:00 to 24:00 are associated with the angles θ = [0, 2π], a time point j is expressed as θj = 2πj/p. Using this relationship, STI is defined as

Θ = arg(j=1pk=1Nsk,jeiθj)    (3)
STI = 60×242πΘ    (4)

where i is the imaginary unit, and Θ is the argument of the sum of eiθj over the sleep states. Figure 1 shows a schematic diagram of STI, in which the triangles denote the times estimated as the sleep states, and eiθj is the composition of the vectors directing these triangles. Thus, the time corresponding to the argument of eiθj is STI.

• Activity Rhythm: Inter-daily stability (IS) and Intra-daily variability (IV)

FIGURE 1
www.frontiersin.org

Figure 1. Schematic diagram of STI: STI expresses the mean sleep midpoint during the measurement days as the argument on a unit circle.

Inter-daily stability (IS) and intra-daily variability (IV) are well-known parameters for activity rhythm evaluation based on the actigraphy data (17), which are defined as follows:

IS = Mj=1p(A¯j-A¯)2pi=1M(Ai-A¯)2    (5)
IV = Mi=2M(Ai-Ai-1)2(M-1)i=1M(Ai-A¯)2    (6)

where Ai is the activity data at time i, A¯j is the average of the activity data at time j over different days, and A¯ is the average of all activity data. p is the number of activity data per day, and M is the total number of collected activity data. IS is the ratio of the variance of all the collected activity data to the variance of the average activity data at time j over different days. IS becomes large when the fluctuation of the diurnal activity data recorded at the same time of different days becomes large. IV is the ratio of the variance of the collected activity data to the sum of squares of the differences in activity data between a time point and the previous time point. IS and IV are measured for the synchronization of diurnal activity rhythm and the frequency of midday naps and nocturnal awakening, respectively (18).

IS and IV can be calculated from both the activity counts and illuminance in the actigraphy data, which are denoted as ISact, ISlight, IVact, IVlight, respectively.

• Rest–Activity Rhythm: Average activity during the most active 10-h period (M10) and Average activity during the least active 5-h period (L5)

Although IV represents intra-daily activity rhythm, M10 and L5 can be calculated from the actigraphy data to emphasize the rest-activity circadian rhythm. M10 and L5 are defined as the average activities during the most active 10-h period and during the least active 5-h period, respectively (17). M10 represents activity during the most active period within the day, which may be influenced by daytime napping. L5 represents movement activity during sleep.

• Biological Clock: Mid-sleep on free days (MSF) and Social jetlag (SJL)

Mid-sleep on free days (MSF) is a measurement of chronotype. Wake-up time on free days (WUF) and sleep-onset time on free days (SOF) are wake-up time and sleep onset time on the weekend, respectively. MSF is expressed as

MSF = SOF+ WUF2    (7)

Although sleep during the weekdays does not reflect the congenital biological clock much due to the effect of the social clock, weekend sleep significantly reflects the congenital biological clock. Chronotype is classified into three types based on MSF: morning type (MSF < 3:00), intermediate type (3:00 ≤ MSF ≤ 4:00), and evening type (MSF > 4:00) (19).

In addition, social jetlag (SJL) is the difference between the biological clock and the social clock, which is defined as

SJL = MSF-MSW    (8)

where MSW is the meantime of mid-sleep on the weekdays.

Although the Morningness Eveningness Questionnaire (MEQ) (20) or the Munich Chronotype Questionnaire (MCTQ) (21) is usually used for calculating MSF and SJL, we used the actigraphy data for calculating them instead of the questionnaires in this study.

Measurements From Questionnaires

In addition to the measurements derived from the actigraphy data, we collected answers to the following, modified for the Japanese population.

• The Zung Self-rating Depression Scale (SDS) (22, 23): a 20-item quantitative measurement of symptoms of depression. The subjects rate each item regarding how they felt during the week preceding. Scores of ≤ 39, 40–49, and ≥ 50 on the SDS indicate no, mild, and moderate-to-severe depressive symptoms, respectively.

• The Epworth Sleepiness Scale (ESS) (24, 25): an eight-item questionnaire that is widely used for assessment of daytime sleepiness in adults. ESS is used to assess the severity of insomnia with a possible score range of 0–24 points. An ESS score of 11 points or higher indicates excessive daytime sleepiness.

• The Pittsburgh Sleep Quality Index (PSQI) (26, 27): a 19-item self-rated questionnaire assesses sleep quality. Nineteen individual items generate seven component scores: subjective sleep quality, sleep latency, sleep duration, habitual sleep efficiency, sleep disturbances, use of sleeping medication, and daytime dysfunction. The sum of scores for these seven components yields one global score. PSQI global score of > 5 indicates poor sleep quality.

• The Social Rhythm Metric (SRM) (28): a diary-like questionnaire that quantifies the extent to which a person's life is regular on a daily basis with respect to event timing. It gives a score based on the timing of five activities that are thought to constitute an individual's social rhythm (1: Get out of bed, 2: First contact with another person, 3: Start work, housework, or volunteer activities, 4: Have dinner, and 5: Go to bed), The SRM-score lies on a continuum between 0 and 7, with 0 representing lowest regularity and seven highest regularity.

• The 36-item Short-Form Health Survey (SF-36) (26, 29): a 36-item questionnaire that evaluates the health-related quality of life (QOL) from eight components: physical functioning, role limitations–physical, bodily pain, general health, vitality, social functioning, role limitations–emotional, and mental health. For each subscale, a score ranging from 0 (worst) to 100 (best) is calculated and standardized to have a mean of 50 and a standard deviation of 10.

• Morningness-Eveningness Questionnaire (MEQ) (20): a 19-item self-rated questionnaire, each having four or five response options. The last question, item 19, asks whether a participant estimates oneself as definitely a morning type, rather more a morning type than an evening type, rather more an evening type than a morning type, or definitely an evening type. The sum gives a score ranging from 16 to 86. Scores of 70–86, 59–69, 42–58, 31–41, and 16–30 are classified as definitely morning type, moderately morning type, neither type, moderately evening type, and definitely evening type, respectively.

Definition of Weekday Sleep Debt

Sleep duration (SD) of each day can be calculated using the sleep/wake function r(i). By using the means of SD on the weekend (SD on a free day; SDF) (min), and SD on the weekday (SDW) (min), sleep rebound on the weekend (SRW) (min) (30) is defined as

SRW = SDF-SDW    (9)

A person may have chronic sleep deprivation during the weekdays when SRW ≥ 120 min (31). Based on this criterion, we judge that a person has WSD when SRW ≥ 120 min.

Machine Learning-based Factor Identification

In this research, we adopt machine learning (ML) technologies to find the factors of WSD. A classifier that predicts whether a person has WSD is trained from the measurements described above or not, and feature importance is calculated based on the trained classifier. Feature importance is a well-known method for identifying which input features in a classifier contribute to output (32).

Although various classifier training methods have been used in ML, we adopted a support vector machine (SVM) in this work. SVM is a classical nonlinear classification technique that was originally developed for classifying data into two classes (33). SVM has been widely used for various applications such as spam mail filtering, bioinformatics, and object recognition (3436). Thus, SVM is a reliable ML technique.

We used a permutation feature importance method to calculate feature importance, which is defined as the decrease in prediction performance when a single input feature is randomly shuffled (37, 38). E is the prediction performance of the trained classifier when the original feature set is input to the classifier, and Ej is the prediction performance of the classifier when a feature xj is exchanged randomly into another feature. The feature importance of xj is calculated as

Pimp(xj) = E- Ej    (10)

We can judge that the feature xj contributes to a prediction when Pimp(xj) is large.

Data Description

A cross-sectional survey was conducted in 324 employees at a drug wholesale company in Osaka, Japan, from January 26, 2004, to December 19, 2005.

All of the participants were male. It becomes difficult to focus on the relationship between work habits and activity rhythm when female employees are included in the survey. There are more factors affecting sleep and rhythm in females than in males, such as having small children or not, menstrual cycle, unmarried or married (39, 40). However, some studies have already reported that there were no significant differences in daytime activities between males and females (41, 42). Thus, it is expected that our analysis is applicable to females as well as males.

The workdays were from Monday to Friday, and the holidays were Saturday and Sunday, which are typical for Japanese companies and government offices. We used a wrist-type actigraph device (Actiwatch AW-Light, Mini-Mitter) for data recording, which measures the activity counts and illuminance within every one-minute bin. Illuminance is recorded by a photodiode equipped in the actigraph device. Its measurement range is 0.1 to 150,000 Lux with 0.1 Lux resolution, which is suitable for both interior and exterior illuminance measurement. The actigraph device worked for 2–3 months per one battery. Thus, data missing did not occur during data collection. In addition, we collected answers to the questionnaires and sleep diaries during the survey. The protocol of this study was approved by the Ethics Committee of the Shiga University of Medical Science (R2020-026).

Since all participants wore the actigraph device from around 5:00 pm on a Monday to around 8:00 am on the next Monday, the Monday (the first day) actigraphy data were not recorded in their entirety. The Monday data were excluded from the analysis except for wake-up and sleep-onset time estimation. On the other hand, sleep-onset time, mid-sleep, and sleep duration of Friday were not able to be calculated because sleep in the Friday night sleep is regarded as a weekend.

One hundred and six participants who removed the actigraph device for more than 30 min during the survey term were excluded from the analysis so that 218 participants were included in the analysis. The characteristics of the subjects are illustrated in Table 2, and a detailed description of the data used in this study is available in Kadotani et al. (3), Nakayama-Ashida et al. (43), and Gerstner et al. (44).

TABLE 2
www.frontiersin.org

Table 2. Characteristics of subjects.

Our dataset consisted of 1-week actigraph data, which seems to be rather short for analysis. However, Tienoven et al. calculated SRM of healthy persons from their 1-week activity data (45). Fonseca et al. evaluated RM of stroke patients and healthy persons based on 1-week activity data (46). In addition, the sleep extension term required before performing PSG is also 1 week according to ICSD-3 (2). These indicate that 1-week activity data can be used for sleep rhythm evaluation.

An example of sleep/awake state estimation is shown in Figure 2. All participants were classified into the WSD group or the non-WSD group based on the SRW calculated from the actigraphy data. The numbers of persons with and without WSD were 89 and 129, respectively. Figure 3 shows the distribution of SRW in this data.

FIGURE 2
www.frontiersin.org

Figure 2. Example of wake-up and sleep-onset times estimated by activity-counts (male, 41 years old, MSF = 3:32): the colored bands in the bottom figure denote the duration between the estimated wake-up and sleep-onset. The sleep/wake function r(i) decreased during daytime and increased during the night, and the awake and sleep states repeated in the 24-h cycle. Since the awake state is longer than the sleep state, r(i) had a downward trend with the up and down periodic cycle.

FIGURE 3
www.frontiersin.org

Figure 3. Distribution of SRW: the red vertical line denotes the cut-off value of WSD (120 min), and the right and left sides of this line are the WSD and the non-WSD groups.

Analysis Procedure

Before analysis, we validated the accuracy of the actigraphy data through a comparison between sleep durations derived from the actigraphy and the sleep diaries recorded by participants themselves. In addition, the answers of MEQ item 19, which asks self-awareness of chronotype were compared to verify whether the definition of WSD adopted in this study was supported by self-awareness of chronotype.

To specify the factors of WSD based on the feature importance, we needed to construct a classifier that predicts the presence of WSD. In general, the numbers of positive and negative examples for training should be balanced in binary classification problems to construct a good classifier (47). We randomly discarded non-WSD data so that the numbers of persons with WSD and non-WSD became even by means of random under-sampling because the number of persons without WSD was larger than that of persons with WSD.

As the input features of the WSD classifier, we used 40 features listed in Table 1, derived from the actigraphy data. The Gaussian kernel with a parameter γ was adopted in SVM, of which the parameter γ was tuned by means of 10-fold cross-validation. The WSD classifier training and permutation feature importance computation were repeated 100 times by changing the training and the test samples at random, in which the ratio of the number of training samples to that of test samples was fixed at 7:3. Finally, the mean of the computed permutation feature importance was calculated. In this study, we focus on features occupying the top 20% of the sum of importance, which does not necessarily mean only these factors are important (or statistically significant). We used the top 20% just for limiting the number of factors to discuss in detail, in which the cut-off value can be varied.

In addition, we examined whether the presence of WSD may relate to occupational categories or not. In this survey, employees were classified into the following categories: clerical, managers, professional and technical sales, service, transportation and communication, manufacturing, and others (43).

We compared each of the 40 input features and each of the collected answers to the questionnaires between the WSD and non-WSD groups by means of a statistical test.

Statistical Analysis

We used the t-test for comparison between the WSD and non-WSD groups. The significance level was set to p < 0.05. To consider the multiple comparisons of the total of 40-measurements from the actigraphy data and 14-measurements from the questionnaires, the Bonferroni correction was adopted. That is, the significance levels were corrected as p < 0.05/40 = 0.00125 and p < 0.05/13 = 0.0038. In addition, we used the χ2 test with significance p < 0.05 for examining the effect of occupational categories on WSD and MEQ item 19.

Computation in this study was performed in Python 3.6.4 with SciPy 1.3.0, NumPy 1.16.2, and scikit-learn 0.20.2.

Results

First, we checked the validity of the actigraphy data. Figure 4 is the Bland-Altman plot between sleep durations derived from the actigraphy and the sleep diaries, which shows most of the sleep duration errors were scattered within −71 to 130 min. Thurman et al. (48) reported that there were errors of >1.5 h between sleep durations derived from the actigraphy and the sleep diaries in 79% of healthy adults. Short et al. (49) confirmed that the average errors between sleep durations derived from the actigraphy and the sleep diaries were 87 min in healthy adolescents. According to these studies, the sleep duration errors observed in this study was appropriate.

FIGURE 4
www.frontiersin.org

Figure 4. The Bland-Altman plot between sleep durations derived from the actigraphy and the sleep diaries. Most of the sleep duration errors were scattered within 1–1.5 h, which was appropriate accuracy.

The participants distribution of MEQ item 19 is shown in Table 3, and a significant difference was confirmed in MEQ item 19 through the χ2 test (p = 0.12 × 10−7). On the other hand, there was no significant difference in the total score of MEQ (p = 0.12). Thus, the definition of WSD adopted in this study was associated with self-awareness of chronotype.

TABLE 3
www.frontiersin.org

Table 3. The participants distribution in item 19 of MEQ.

We compared the answers to the questionnaires between the WSD and non-WSD groups using the t-test with the Bonferroni correction. There were no questionnaires that had a significant difference between the WSD and non-WSD groups, as shown in Table 4.

TABLE 4
www.frontiersin.org

Table 4. Comparison of questionnaires (significance level with the Bonferroni correction: p < 0.0038).

The calculated mean of the permutation feature importance is shown in Figure 5, which shows that the estimated WSD factors are as follows: sleep duration on Thursday (SDThu), sleep timing index (STI), the standard deviation of sleep duration (SDstd), sleep onset on Thursday (SOThu), inter-daily stability calculated by the activity counts (ISact), mid-sleep on free days (MSF), and social jetlag (SJL).

FIGURE 5
www.frontiersin.org

Figure 5. Permutation importance: although there were some features with negative importance, such features did not contribute to WSD prediction. Sleep duration on Tuesday (SDThu), sleep timing index (STI), the standard deviation of sleep duration (SDstd), sleep onset on Tuesday (SOThu), inter-daily stability calculated by the activity counts (ISact ), mid-sleep on free days (MSF), and social jetlag (SJL) were judged as the important features for WSD.

Table 5 shows the comparison result of input features between the WSD and non-WSD groups by the t-test with the Bonferroni correction, in which features displayed by bold fonts have a significant difference between the two groups. In addition, the last column in Table 5 indicates the estimated WSD factors by the permutation feature importance. According to the t-test, MSF and SJL were significantly different, as well as some features about the weekday sleep condition, including SDThu and SOThu. The results of the t-test almost agreed with those of the permutation importance. Thus, these results indicate that sleep on Thursday, activity rhythm and biological clock might contribute to WSD.

TABLE 5
www.frontiersin.org

Table 5. Comparison of measurements between the two groups (significance level with the Bonferroni correction: p < 0.00125).

Figure 6 shows the numbers of employees with/without WSD in each occupational category. The additional χ2 test examining the effect of occupational categories on WSD showed that the occupational category was not associated with the presence of WSD in this dataset (p = 0.87).

FIGURE 6
www.frontiersin.org

Figure 6. WSD and non-WSD groups in occupational categories: in all categories, there was not much difference between the WSD and the non-WSD groups.

We constructed additional two classifiers using the actigraphy data collected from two groups: a salesperson group (N = 119) and a non-salesperson group (N = 205). The calculated means of the permutation feature importance derived from each classifier were shown in Figure 7. The top five WSD factors were the same, which shows that the factors of WSD were not related to specific occupational categories.

FIGURE 7
www.frontiersin.org

Figure 7. Permutation importance calculated from salesperson group (left) and non- salesperson group (right): the top five WSD factors were the same. The factors of WSD were not related to specific occupational categories.

Discussion

Chronotype and WSD

There was a significant difference in MEQ item 19 between WSD and non-WSD groups (p = 0.12 × 10−7) although a significant difference in the total score of MEQ was not confirmed (p = 0.12).

Turco et al. (50) assessed the reliability of MEQ item 19 in comparison with the total score of MEQ, the time of subjective sleepiness, and real-life sleep timing variables. They found that significant differences in sleep-wake timing between the answers of MEQ item 19. In addition, such differences were still observed when sleep-wake habits were analyzed separately on work and free days. In addition, Arrona-Palacios and Díaz-Morales (51) confirmed Turco's study in the Mexican and Spanish populations. These findings suggest that MEQ item 19 is solely effective for subjective chronotype evaluation as well as objective chronotype evaluation.

Thus, it is concluded that the definition of WSD supported by MEQ item 19 was appropriate from the viewpoint of chronotype.

Day-to-Day Variance

The weekday sleep conditions were different between the WSD and non-WSD groups, according to Table 2. Sleep duration during the weekdays of the WSD group was significantly shorter than that of the non-WSD group except for Wednesday (p < 0.05), which may be plausible from the viewpoint of the assumption that WSD compensates for sleep deprivation during the weekdays. SDThu and SOThu were important features for WSD based on the analysis result of permutation importance analysis, which indicated that Thursday was associated with WSD.

Morning Evening Tendency

There were significant differences in MSF and SJL, the biological clock features (p < 0.05). MSF and SJL of the WSD group were later than those of the non-WSD group. That is, persons with WSD have eveningness tendencies. In addition, MSF and SJL were also important to WSD according to the permutation importance analysis. Since all of the participants worked at the same company, they might live and work following the same social clock. Thus, this result indicated that disagreement between the social clock and the individual biological clock might contribute to WSD, which is consistent with the previous study (5).

Activity Levels Variance

The inter-daily stability by the activity counts (ISact) evaluates the synchronization of diurnal activity rhythm, and it was also an important feature for WSD according to the permutation importance analysis, although the significant difference of ISact between the WSD and the non-WSD groups was not confirmed. Figure 5 shows the 24-h activity counts during the weekdays of two participants with and without WSD. Inter-daily synchronization of activity rhythm, including sleep conditions, might affect WSD.

On the other hand, intra-daily variability based on the activity counts (IVact) was not significantly different between the WSD and non-WSD groups, and its feature importance was low. Since IVact denotes the frequency of midday naps and nocturnal awakening, its low importance suggests that sleep disorders, such as narcolepsy or sleep apnea, might not contribute to WSD. In addition, IS and IV by illuminance (ISlight and IVlight) were not significantly different and of low importance, implying that illuminance might not affect WSD.

It was of note that Thursday was more important for WSD presence than other weekdays. This may be related to the participants' working conditions. All participants worked at the same drug wholesale company, which provides various medical supplies to hospitals and clinics. Since private clinics in Japan tend to close on Thursday evening (52), work habits on Thursdays are different from other workdays at the drug wholesale company. For example, employees might tend to do desk work rather than outside work or to go home earlier than other workdays. Such differences in work schedules might affect their social clock and disturb the synchronization of diurnal activity rhythm, which is consistent with the causes of WSD (5). Figure 8 clearly illustrates that the activity of a participant with WSD on Thursday was significantly different from those of other days while the activity of a participant without WSD synchronized even on Thursday. This difference might indicate increased desk time and reduced outside work on Thursday.

FIGURE 8
www.frontiersin.org

Figure 8. Twenty four-hours activity counts on the weekday of a person with WSD (top) and without WSD (bottom): the activity counts are smoothed by using the 60-min moving average for clear display. This figure clearly illustrates that the activity counts on Thursday were clearly different from other days in a person with WSD.

Thus, it is reasonable that Thursday was an important factor of WSD at the company. This analysis indicates that the work style differences on a specific day of the week may cause WSD.

Occupational Category

In this survey, participants were classified into a salesperson group and a non-salesperson group, and the top five permutation feature importance derived from each group was the same, as shown in Figure 6. This result indicated that the factors of WSD were not related to specific occupational categories, which also suggests that our analysis may be applicable to data collected from other companies.

The limitations of this study include the collected data; all of the participants were male and Japanese. Hence, we could consider neither gender nor racial differences in this study. In addition, the participants worked at the same company; it was difficult to investigate the effects of other days of the week on WDS since we did not compare our data with persons working at companies that have different work habits on a specific day of the week. Accordingly, we need to collect data from employees working in various types of industries to confirm our results. In addition, we were not able to analyze the Monday activity data due to the constraint of the data collection, which might affect the analysis results.

Conclusion

In this study, we collected actigraphy data from 324 healthy male employees at a drug wholesaler and calculated permutation feature importance based on SVM to identify the factors of WSD. We compared the answers to questionnaires between the WSD and the non-WSD groups.

Our analysis results indicated that sleep duration during the weekdays and the individual biological clock might affect WSD, which is consistent with previous studies. In addition, we demonstrated a new finding that turbulence of diurnal activity rhythm synchronization as well as nocturnal sleep rhythm, even for 1 day, is associated with WSD, which is a new finding of this work.

In the future, we will develop a quantitative evaluation methodology for sleep debt based on this study.

Data Availability Statement

The data analyzed in this study is subject to the following licenses/restrictions: The actigraphy data will be made available by the corresponding author to colleagues who propose a reasonable scientific request after approval by the institutional review board of the SUMS Hospital. Requests to access these datasets should be directed to Hiroshi Kadotani, kadotanisleep@gmail.com.

Ethics Statement

The studies involving human participants were reviewed and approved by the Ethics Committee of the Shiga University of Medical Science. The patients/participants provided their written informed consent to participate in this study.

Author Contributions

YG and KF analyzed the clinical data and composed the manuscript. YS, MM, and HK collected clinical data. MK and HK checked the analysis result and the manuscript. All authors contributed to the article and approved the submitted version.

Funding

This work was partially supported by JST PRESTO #JPMJPR1859 and JSPS KAKENHI #17H00872.

Conflict of Interest

KF is with Quadlytics Inc. as well as Nagoya University. MK is with Quadlytics Inc. as well as Kyoto University. HK's laboratory, the Department of Sleep and Behavioral Sciences is an endowment department, supported with unrestricted grants from Fukuda Lifetech Co., Ltd., Fukuda Life Tech Keiji Co., Ltd., Tanaka Sleep Clinic, Akita Sleep Clinic, and Ai Ai Care Co., Ltd.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationship that could be construed as a potential conflict of interest.

References

1. Leproult R, Van Cauter E. Role of sleep and sleep loss in hormonal release and metabolism. Endocr Dev. (2010) 17:11–21. doi: 10.1159/000262524

PubMed Abstract | CrossRef Full Text | Google Scholar

2. AASM(2014). The AASM Manual for the Scoring of Sleep and Associated Events: Rules, Terminology and Technical Specifications,Version 2.0.3. Darien, CT.

Google Scholar

3. Kadotani T, Kadotani H, Arai H, Takami M, Ito H, Matsuo M, et al. Comparison of self-reported scales and structured interviews for the assessment of depression in an urban male working population in Japan: a cross-sectional survey. Sleep Sci Pract. (2017) 1:9. doi: 10.1186/s41606-017-0010-y

CrossRef Full Text | Google Scholar

4. Oh YH, Kim H, Kong M, Oh B, Moon JH. Association between weekend catch-up sleep and health-related quality of life of Korean adults. Medicine. (2019) 98:e14966. doi: 10.1097/MD.0000000000014966

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Kitamura S, Katayose Y, Nakazaki K, Motomura Y, Oba K, Katsunuma R, et al. Estimating individual optimal sleep duration and potential sleep debt. Sci Rep. (2016) 6:35812. doi: 10.1038/srep35812

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Roepke SE, Duffy JF. Differential impact of chronotype on weekday and weekend sleep timing and duration. Nat Sci Sleep. (2010) 2010:213–20. doi: 10.2147/NSS.S12572

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Wittmann M, Dinich J, Merrow M, Roenneberg T. Social jetlag: misalignment of biological and social time. Chronobiol Int. (2006) 23:497–509. doi: 10.1080/07420520500545979

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Roenneberg T, Pilz LK, Zerbini G, Winnebeck EC. Chronotype and social jetlag: a (self-) critical review. Biology. (2019) 8:54. doi: 10.20944/preprints201905.0092.v1

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Walker RJ, Kribs ZD, Christopher AN, Shewach OR, Wieth MB. Age, the Big Five, and time-of-day preference: a mediational model. Person Ind Differ. (2014) 56:170–4. doi: 10.1016/j.paid.2013.09.003

CrossRef Full Text | Google Scholar

10. Robillard R, Naismith SL, Smith KL, Rogers NL, White D, Terpening Z, et al. Sleep-wake cycle in young and older persons with a lifetime history of mood disorders. PLoS ONE. (2014) 9:e87763. doi: 10.1371/journal.pone.0087763

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Roenneberg T, Keller LK, Fischer D, Matera JL, Vetter C, Winnebeck EC. Human activity and rest in situ. Methods Enzymol. (2015) 552:257–83. doi: 10.1016/bs.mie.2014.11.028

CrossRef Full Text | Google Scholar

12. Fischer D, Vetter C, Roenneberg T. A novel method to visualise and quantify circadian misalignment. Sci Rep. (2016) 6:38601. doi: 10.1038/srep38601

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Cole RJ, Kripke DF, Gruen W, Mullaney DJ, Gillin JC. Automatic sleep/wake identification from wrist activity. Sleep. (1992) 15:461–9. doi: 10.1093/sleep/15.5.461

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Matsuo M, Masuda F, Sumi Y, Takahashi M, Yamada N, Ohira MH, et al. Comparisons of portable sleep monitors of different modalities: potential as naturalistic sleep recorders. Front Neurol. (2016) 7:110. doi: 10.3389/fneur.2016.00110

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Phillips AJK, Clerx WM, O'Brien CS, Sano A, Barger LK, Picard RW, et al. Irregular sleep/wake patterns are associated with poorer academic performance and delayed circadian and sleep/wake timing. Sci Rep. (2017) 7:3216. doi: 10.1038/s41598-017-03171-4

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Lunsford-Avery JR, Engelhard MM, Navar AM, Kollins SH. Validation of the sleep regularity index in older adults and associations with cardiometabolic risk. Sci Rep. (2018) 8:14158. doi: 10.1038/s41598-018-32402-5

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Witting W, Kwa IH, Eikelenboom P, Mirmiran M, Swaab DF. Alterations in the circadian rest-activity rhythm in aging and Alzheimer's disease. Biol Psychiatry. (1990) 27:563–72. doi: 10.1016/0006-3223(90)90523-5

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Gonçalves BS, Cavalcanti PR, Tavares GR, Campos TF, Araujo JF. Nonparametric methods in actigraphy: an update. Sleep Sci. (2014) 7:158–64. doi: 10.1016/j.slsci.2014.09.013

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Urbán R, Magyaródi T, Rigó A. Morningness-eveningness, chronotypes and health-impairing behaviors in adolescents. Chronobiol Int. (2011) 28:238–47. doi: 10.3109/07420528.2010.549599

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Horne JA, Ostberg O. A self-assessment questionnaire to determine morningness-eveningness in human circadian rhythms. Int J Chronobiol. (1976) 4:97–110.

PubMed Abstract | Google Scholar

21. Roenneberg T, Wirz-Justice A, Merrow M. Life between clocks: daily temporal patterns of human chronotypes. J Biol Rhythms. (2003) 18:80–90. doi: 10.1177/0748730402239679

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Zung WW. A self-rating depression scale. Arch Gen Psychiatry. (1965) 12:63–70. doi: 10.1001/archpsyc.1965.01720310065008

CrossRef Full Text | Google Scholar

23. Fukuda K, Kobayashi S. Japanese Version SDS (Self-Rating Depression Scale): Manual. Kyoto: Sankyobo (1983).

Google Scholar

24. Johns MW. A new method for measuring daytime sleepiness: the Epworth sleepiness scale. Sleep. (1991) 14:540–5. doi: 10.1093/sleep/14.6.540

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Takegami M, Suzukamo Y, Wakita T, Noguchi H, Chin K, Kadotani H, et al. Development of a Japanese version of the Epworth Sleepiness Scale (JESS) based on item response theory. Sleep Med. (2009) 10:556–65. doi: 10.1016/j.sleep.2008.04.015

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Buysse DJ, Reynolds CF, Monk TH, Berman SR, Kupfer DJ. The Pittsburgh Sleep Quality Index: a new instrument for psychiatric practice and research. Psychiatry Res. (1989) 28:193–213. doi: 10.1016/0165-1781(89)90047-4

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Doi Y, Minowa M, Uchiyama M, Okawa M, Kim K, Shibui K, et al. Psychometric assessment of subjective sleep quality using the Japanese version of the Pittsburgh Sleep Quality Index (PSQI-J) in psychiatric disordered and control subjects. Psychiatry Res. (2000) 97:165–72. doi: 10.1016/S0165-1781(00)00232-8

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Monk TH, Kupfer DJ, Frank E, Ritenour AM. The Social Rhythm Metric (SRM): measuring daily social rhythms over 12 weeks. Psychiatry Res. (1991) 36:195–207. doi: 10.1016/0165-1781(91)90131-8

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Fukuhara S, Bito S, Green J, Hsiao A, Kurokawa K. Translation, adaptation, and validation of the SF-36 Health Survey for use in Japan. J Clin Epidemiol. (1998) 51:1037–44. doi: 10.1016/S0895-4356(98)00095-X

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Kang SG, Lee YJ, Kim SJ, Lim W, Lee HJ, Park YM, et al. Weekend catch-up sleep is independently associated with suicide attempts and self-injury in Korean adolescents. Compr Psychiatry. (2014) 55:319–25. doi: 10.1016/j.comppsych.2013.08.023

PubMed Abstract | CrossRef Full Text | Google Scholar

31. Morita Y, Sasai-Sakuma T, Asaoka S, Inoue Y. Prevalence and correlates of insufficient sleep syndrome in Japanese young adults: a web-based cross-sectional study. J Clin Sleep Med. (2015) 11:1163–9. doi: 10.5664/jcsm.5092

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Wei P, Lu X, Song J. Variable importance analysis: a comprehensive review. Reliab Eng Syst Safety. (2015) 142:399–432. doi: 10.1016/j.ress.2015.05.018

CrossRef Full Text | Google Scholar

33. Cortes C, Vapnik V. Support-vector networks. Mach Learn Vol. (1995) 20:273–97. doi: 10.1007/BF00994018

CrossRef Full Text | Google Scholar

34. Pontil M, Verri A. Support vector machines for 3D object recognition. IEEE Transact Pattern Anal Mach Intell. (1998) 20:637–46. doi: 10.1109/34.683777

CrossRef Full Text | Google Scholar

35. Bock JR, Gough DA. Predicting protein–protein interactions from primary structure. Bioinformatics. (2001) 17:455–60. doi: 10.1093/bioinformatics/17.5.455

PubMed Abstract | CrossRef Full Text | Google Scholar

36. Amayri O, Bouguila N. A study of spam filtering using support vector machines. Artif Intell Rev. (2010) 34:73–108. doi: 10.1007/s10462-010-9166-x

CrossRef Full Text | Google Scholar

37. Breiman L. Random forests. Mach Learn. (2001) 45:5–32. doi: 10.1023/A:1010933404324

CrossRef Full Text | Google Scholar

38. Strobl C, Boulesteix AL, Kneib T, Augustin T, Zeileis A. Conditional variable importance for random forests. BMC Bioinform. (2008) 9:307. doi: 10.1186/1471-2105-9-307

PubMed Abstract | CrossRef Full Text | Google Scholar

39. Gallicchio L, Hoffman SC, Helzlsouer KJ. The relationship between gender, social support, and health-related quality of life in a community-based study in Washington County, Maryland. Qual Life Res. (2007) 16:777–86. doi: 10.1007/s11136-006-9162-4

PubMed Abstract | CrossRef Full Text | Google Scholar

40. Varì R, Scazzocchio B, D'Amore A, Giovannini C, Gessani S, Masella R. Gender-related differences in lifestyle may affect health status. Ann Ist Super Sanita. (2016) 52:158–66. doi: 10.4415/ANN_16_02_06

CrossRef Full Text | Google Scholar

41. Lieberman HR, Wurtman JJ, Teicher MH. Circadian rhythms of activity in healthy young and elderly humans. Neurobiol Aging. (1989) 10:259–65. doi: 10.1016/0197-4580(89)90060-2

PubMed Abstract | CrossRef Full Text | Google Scholar

42. Jean-Louis G, Mendlowicz MV, Von Gizycki H, Zizi F, Nunes J. Assessment of physical activity and sleep by actigraphy: examination of gender differences. J Womens Health Gend Based Med. (1999) 8:1113–7. doi: 10.1089/jwh.1.1999.8.1113

PubMed Abstract | CrossRef Full Text | Google Scholar

43. Nakayama-Ashida Y, Takegami M, Chin K, Sumi K, Nakamura T, Takahashi K, et al. Sleep-disordered breathing in the usual lifestyle setting as detected with home monitoring in a population of working men in Japan. Sleep. (2008) 31:419–25. doi: 10.1093/sleep/31.3.419

PubMed Abstract | CrossRef Full Text | Google Scholar

44. Gerstner JR, Perron IJ, Riedy SM, Yoshikawa T, Kadotani H, Owada Y, et al. Normal sleep requires the astrocyte brain-type fatty acid binding protein FABP7. Sci Adv. (2017) 3:e1602663. doi: 10.1126/sciadv.1602663

PubMed Abstract | CrossRef Full Text | Google Scholar

45. van Tienoven TP, Minnen J, Daniels S, Weenas D, Raaijmakers A, Glorieux I. Calculating the social rhythm metric (SRM) and examining its use in interpersonal social rhythm therapy (IPSRT) in a healthy population study. Behav Sci. (2014) 4:265–77. doi: 10.3390/bs4030265

PubMed Abstract | CrossRef Full Text | Google Scholar

46. da Fonsêca RD, Lopes RD, de Souza Morais SA, Ferreira PR, Fernandes AB, Campos TF. Short form of the Social Rhythm Metric: a tool to evaluate the social and functional impact on stroke patients. Sleep Biol Rhythms. (2019) 17:19–26. doi: 10.1007/s41105-018-0179-1

CrossRef Full Text | Google Scholar

47. Seiffert C, Khoshgoftaar TM, Van Hulse J, Napolitano A. RUSBoost: a hybrid approach to alleviating class imbalance. IEEE Transact Syst Man Cybern Part A Syst Humans. (2010) 40:185–97. doi: 10.1109/TSMCA.2009.2029559

CrossRef Full Text | Google Scholar

48. Thurman SM, Wasylyshyn N, Roy H, Lieberman G, Garcia JO, Asturias A, et al. Individual differences in compliance and agreement for sleep logs and wrist actigraphy: a longitudinal study of naturalistic sleep in healthy adults. PLoS ONE. (2018) 13:e0191883. doi: 10.1371/journal.pone.0191883

PubMed Abstract | CrossRef Full Text | Google Scholar

49. Short MA, Gradisar M, Lack LC, Wright H, Carskadon MA. The discrepancy between actigraphic and sleep diary measures of sleep in adolescents. Sleep Med. (2012) 13:378–84. doi: 10.1016/j.sleep.2011.11.005

PubMed Abstract | CrossRef Full Text | Google Scholar

50. Turco M, Corrias M, Chiaromanni F, Bano M, Salamanca M, Caccin L, et al. The self-morningness/eveningness (Self-ME): an extremely concise and totally subjective assessment of diurnal preference. Chronobiol Int. (2015) 32:1192–200. doi: 10.3109/07420528.2015.1078807

PubMed Abstract | CrossRef Full Text | Google Scholar

51. Arrona-Palacios A, Díaz-Morales JF. Morningness–eveningness and sleep habits at school: a comparative study between Mexico and Spain. Biol Rhythm Res. (2016) 48:175. doi: 10.1080/09291016.2016.1245459

CrossRef Full Text | Google Scholar

52. The Japan Medical Association (2009). Survey on Private clinics in Japan (Japanese document). Tokyo: The Japan Medical Association.

Google Scholar

Keywords: weekday sleep debt, actigraphy, machine learning, feature importance, support vector machine

Citation: Goto Y, Fujiwara K, Sumi Y, Matsuo M, Kano M and Kadotani H (2021) Work Habit-Related Sleep Debt; Insights From Factor Identification Analysis of Actigraphy Data. Front. Public Health 9:630640. doi: 10.3389/fpubh.2021.630640

Received: 18 November 2020; Accepted: 12 February 2021;
Published: 10 March 2021.

Edited by:

Xi Long, Eindhoven University of Technology, Netherlands

Reviewed by:

Sylvia Hach, Unitec Institute of Technology, New Zealand
Eliana Roveda, University of Milan, Italy

Copyright © 2021 Goto, Fujiwara, Sumi, Matsuo, Kano and Kadotani. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Koichi Fujiwara, fujiwara.koichi@hps.material.nagoya-u.ac.jp

ORCID: Koichi Fujiwara orcid.org/0000-0002-2929-0561
Yukiyoshi Sumi orcid.org/0000-0001-6775-0883
Masahiro Matsuo orcid.org/0000-0003-3283-3413
Manabu Kano orcid.org/0000-0002-2325-1043
Hiroshi Kadotani orcid.org/0000-0001-7474-3315

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.