Learn R Programming

abd (version 0.1-21)

Lefthanded: Left-handedness and Rates of Violence

Description

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

Usage

data(Lefthanded)

Arguments

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
data(Lefthanded)
str(Lefthanded)
xyplot(murder.rate ~ percent.left, Lefthanded)

Run the code above in your browser using DataLab