AMTL | R Documentation |
Data from four primate genera on tooth loss and its relationship to age and sex. Used for measurement error example in the textbook.
data(AMTL_short)
data(AMTL)
tooth_class : One of Anterior, Posterior, or Premolar
specimen : Unique identifier for specimen
num_amtl : Number of teeth missing of given class
sockets : number of observable sockets that could be scored for missing teeth
age : Estimated age of speciment at death
stdev_age : Assigned uncertainty of age at death
prob_male : Estimate of sex of specimen
genus : Specimen genus, one of Homo, Pan, Papio, or Pongo
population : Region specimen originates from
Gilmore, C.C. 2013. A Comparison of Antemortem Tooth Loss in Human Hunter-Gatherers and Non-human Catarrhines: Implications for the Identification of Behavioral Evolution in the Fossil Record. American Journal of Physical Anthropology. DOI: 10.1002/ajpa.22275.
data(AMTL)
# plot proportion lost against age
plot( d$num_amtl / d$sockets , d$age )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.