This dataset, accelimp_list, is a list containing imputed accelerometer data from the
2003-2004 National Health and Nutrition Examination Survey (NHANES). It includes
184 individuals, resulting in 1,288 daily profiles obtained after applying
accel.impute()
to the raw accelerometer data.
Usage
data(accelimp_list)
Format
A list with 1 component:
- imp1
A numeric matrix with 1,288 rows (daily profiles) and 1,440 columns (minute-by-minute accelerometer counts), containing the imputed accelerometer data.
Details
The dataset name has been kept as 'accelimp_list' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the healthmotionR package and assists users in identifying its specific characteristics. The suffix 'list' indicates that the dataset is stored as a list. The original content has not been modified in any way.