Learn R Programming

prepkit (version 0.1.1)

sim_gait_data: Simulated Geriatric Gait Data

Description

A synthetic longitudinal dataset representing daily step counts of an older adult. Used to demonstrate the "Vanishing Variance" problem.

Usage

data(sim_gait_data)

Arguments

Format

A data frame with 200 rows and 2 variables:

day

Integer. Time index (Days 1-200).

steps

Numeric. Daily step count with habitual plateau and anomalies.