Selection: Data for Meta-analysis

SelectionR Documentation

Data for Meta-analysis

Description

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

Usage

Selection

Format

A data frame with 814 observations on the following 8 variables.

species

species investigated

traitname

trait investigated

strength.of.selection

strength of selection

sample.size

size of sample

authors

authors of publication

year

year of publication

journal

journal of publication

volume.pages

volume and pages

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


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


kmiddleton/abd documentation built on April 24, 2024, 12:17 p.m.