Learn R Programming

abd (version 0.2-8)

Lefthanded: Left-handedness and Rates of Violence

Description

Prevalence of left-handedness (percent.left) and homicide rates (murder) for 8 societies.

Arguments

Format

A data frame with 8 observations on the following 2 variables.
percent.left
a numeric vector
murder.rate
a numeric vector

Source

Faurie, C. and M. Raymond. 2005. Handedness, homicide and negative frequency-dependent selection. Proceedings of the Royal Society of London B 272: 25-28.

References

http://rspb.royalsocietypublishing.org/content/272/1558/25.abstract

Examples

Run this code
str(Lefthanded)
xyplot(murder.rate ~ percent.left, Lefthanded)

Run the code above in your browser using DataLab