Learn R Programming

CircaCP (version 0.1.2)

actigraphy: Example Actigraphy Dataset

Description

A single-subject actigraphy dataset from the NHANES 2013–2014 study, provided as an example for demonstrating the CircaCP workflow.

Usage

actigraphy

Arguments

Format

A data frame with one row per recorded epoch and the following variables:

Date

Date of recording (synthetic or reconstructed from NHANES information).

Time

Time of day corresponding to each observation.

Lux

Light intensity.

SDLux

Short-term variability of light intensity.

MIMS

Activity magnitude calculated using the MIMS algorithm.

X

Raw or calibrated X-axis signal from the accelerometer.

Y

Raw or calibrated Y-axis signal from the accelerometer.

Z

Raw or calibrated Z-axis signal from the accelerometer.

Examples

Run this code
data(actigraphy)
head(actigraphy)

Run the code above in your browser using DataLab