Learn R Programming

PairedData (version 0.9.1)

shoulder: Shoulder flexibility

Description

This dataset gives the flexibility for the right and left shoulders in 15 swimmers and 15 sedentary people.

Usage

data(shoulder)

Arguments

format

A dataframe with 12 rows and 4 columns. rlll{ [,1] Subject factor Anonymous subjects [,2] Group factor Swimmer or Control [,3] Right numeric Right shoulder flexibility (deg.) [,4] Left numeric Left shoulder flexibility (deg.) }

source

Private communication. Karine Monteil, CRIS, Lyon 1 University, FRANCE.

References

Monteil, K., Taiar, R., Champely, S. and Martin, J. (2002) Competitive swimmers versus sedentary people: a predictive model based upon normal shoulders flexibility. Journal of Human Movement Studies, 43 , 17-34.

Examples

Run this code
data(shoulder)
with(shoulder,plot(paired(Right,Left),groups=Group))

Run the code above in your browser using DataLab