bruzek02 | R Documentation |
Produces a single (and non-probabilistic) sex estimate from five characters observed on the human os coxae, following Bruzek (2002)
bruzek02(x)
x |
A character vector of length 5, having three possible values: ‘F’, ‘0’ or ‘M’. |
One unique character value, ‘F’, ‘I’ or ‘M’, according to the majority rule exposed by Bruzek (2002).
This is mainly an internal function for the R-Shiny application implemented in PELVIS.
Frédéric Santos, <frederic.santos@u-bordeaux.fr>
Bruzek, J. (2002) A method for visual determination of sex, using the human hip bone. American Journal of Physical Anthropology 117, 157–168. doi: 10.1002/ajpa.10012
# Here we create manually an individual:
individual <- c(PrSu = "M", GrSN = "F",
CArc = "F", InfP = "0", IsPu = "F")
individual
# Determination produced by Bruzek (2002): female individual.
bruzek02(individual)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.