Learn R Programming

abd (version 0.1-22)

Selection: Data for Meta-analysis

Description

Data for meta-analysis on the relationship between testosterone and aggression.

Usage

data(Selection)

Arguments

source

Kingsolver, J.G., H.E. Hoekstra, J.M. Hoekstra, D. Berrigan, S.N. Vignieri, C.E. Hill, A. Hoang, P. Gibert, and P. Beerli. 2001. The strength of phenotypic selection in natural populations. The American Naturalist 157: 245-261.

Examples

Run this code
data(Selection)
histogram(~strength.of.selection, Selection,n=40)
table(Selection$species) -> s
table(s)
s[s>10] # most common species
table(Selection$traitname) -> t
table(t)
t[t>10] # most common traits

Run the code above in your browser using DataLab