Shoulder: Shoulder flexibility in swimmers

Description Usage Format Source References Examples

Description

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

Usage

1

Format

A dataframe with 30 rows and 4 columns.

[,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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
data(Shoulder)

# Is there some heteroscedasticity?
with(Shoulder,plot(paired(Left,Right)))

# Swimmers are indeed quite different
with(Shoulder,plot(paired(Right,Left),groups=Group))

# A first derived variable to compare the amplitude in flexibilty
with(Shoulder,boxplot(((Left+Right)/2)~Group,ylab="mean shoulder flexibility"))

# A second derived variable to study shoulder asymmetry
with(Shoulder,boxplot((abs(Left-Right))~Group,ylab="asymmetry in shoulder flexibility"))

Example output

Loading required package: MASS
Loading required package: gld
Loading required package: mvtnorm
Loading required package: lattice
Loading required package: ggplot2

Attaching package: 'PairedData'

The following object is masked from 'package:base':

    summary

PairedData documentation built on May 1, 2019, 6:49 p.m.