Introduction
lagci
is an R package designed for calculating lagged correlations between two time-series datasets,
with a particular focus on wearable and omics data analysis. Developed by Dr. Xiaotao Shen,
this tool is available on GitHub at
https://github.com/jaspershen-lab/lagci
.
lagci
is part of the larger tidywearable ecosystem, which provides a comprehensive suite of tools
for wearable data analysis. This integration ensures compatibility and workflow continuity
for researchers working with multiple types of temporal health data.
The package includes demonstration datasets that illustrate typical use cases:
heart_data
containing heart rate measurements and
step_data
containing step count measurements.
These datasets exemplify the type of wearable device data that researchers commonly need
to analyze for temporal relationships.
Contacts
Experimental Medicine Building (EMB), 59 Nanyang Dr, Singapore 636921
Data Upload
This uploaded file should have just two columns (POSIXct and value) you can check the format of valid file structure via `Download Example Data` button
Download Example Data