Learn R Programming

abd (version 0.1-22)

FingerRatio: 2D:4D Finger Ratio

Description

The ratio of the lengths of the index finger to the ring finger in 46 males and the number of CAG repeats for each.

Usage

data(FingerRatio)

Arguments

source

inferred from Manning, J.T., P.E. Bundred, D.J. Newton, and B.F. Flanagan. 2003. The second to fourth digit ratio and variation in the androgen receptor gene. Evolution and Human Behavior 24: 399-405.

References

http://en.wikipedia.org/wiki/Digit_ratio

Examples

Run this code
data(FingerRatio)
str(FingerRatio)
xyplot(finger.ratio ~ CAGrepeats, FingerRatio,
  xlab = "Number of CAG Repeats",
  ylab = "2D:4D Ratio"
)

Run the code above in your browser using DataLab