psqi_compute_time_in_bed | R Documentation |
PSQI compute time in bed
psqi_compute_time_in_bed(
risingtime,
bedtime,
risingtime_func = lubridate::hm,
bedtime_func = lubridate::hm
)
risingtime |
column name with rising time (HH:MM:SS) (psqi_03) |
bedtime |
column name with bedtime (HH:MM:SS) (psqi_01) |
risingtime_func |
function to convert time to |
bedtime_func |
function to convert time to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.