Description Usage Format Source References Examples
The ratio of the lengths of the index finger to the ring finger in 46 males and the number of CAG repeats for each.
1 |
A data frame with 46 observations on the following 2 variables.
CAGrepeats
a numeric vector of the number of CAG repeats
finger.ratio
a numeric vector of the ratio of digit 2 to digit 4
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.
http://en.wikipedia.org/wiki/Digit_ratio
1 2 3 4 5 6 | data(FingerRatio)
str(FingerRatio)
xyplot(finger.ratio ~ CAGrepeats, FingerRatio,
xlab = "Number of CAG Repeats",
ylab = "2D:4D Ratio"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.