Skip to contents

This dataset, knee_speed_tbl_df, is a tibble containing measurements of peak knee velocity during walking at both flexion and extension. The data originate from studies investigating functional performance in individuals with cerebral palsy.

Usage

data(knee_speed_tbl_df)

Format

A tibble with 2 variables:

flexion

Numeric values indicating peak knee velocity at flexion

extension

Numeric values indicating peak knee velocity at extension

Source

Data taken from the pubh package version 2.0.0.

Details

The dataset name has been kept as 'knee_speed_tbl_df' 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 'tbl_df' indicates that the dataset is stored as a tibble (a modern data frame). The original content has not been modified in any way.