Hemoglobin {abd}R Documentation

Hemoglobin Levels in High Altitude Populations

Description

Relative rates of hemoglobin concentration in four populations of humans living at different altitudes.

Format

A data frame with 40 observations on the following 3 variables.

hemoglobin

a numeric vector

group

a factor with levels: Andes, Ethiopia, Tibet, and USA

relative.frequency

a numeric vector

Source

inferred from Beall, C.M., M.J. Decker, G.M. Bittenham, I. Kushner, A. Gebremedhin, K.P. Strohl. 2002. An Ethiopian pattern of human adaptation to high-altitude hypoxia. Proceeding of the National Academy of Sciences (USA) 99(26): 17215-17218.

References

http://www.ncbi.nlm.nih.gov/pmc/articles/PMC139295/

Examples

str(Hemoglobin)

xyplot(relative.frequency ~ hemoglobin | group, Hemoglobin,
  type ='h', lwd=4, layout=c(1,4))

[Package abd version 0.2-8 Index]