powered by
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).
data(Tuzson) Tuzson |> gf_point(flexion ~ extension) cor.test(~ flexion + extension, data = Tuzson)
Run the code above in your browser using DataLab