Tuzson | R Documentation |
Data of peak knee velocity in walking at flexion and extension in studies about functional performance in cerebral palsy.
Tuzson
A labelled tibble with 18 rows and 2 variables:
Peak knee velocity in gait: flexion (degree/s).
Peak knee velocity in gait: extension (degree/s).
Tuzson, AE, Granata, KP, and Abel, MF (2003) Spastic velocity threshold constrains functional performance in cerebral palsy. Arch Phys Med Rehabil 84: 1363-1368.
data(Tuzson)
Tuzson |>
gf_point(flexion ~ extension)
cor.test(~ flexion + extension, data = Tuzson)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.