# NOT RUN {
data(refDataBruzek02)
# Pick the first individual of the reference dataset with its 11 traits, as an example:
individual <- refDataBruzek02[1, -c(1:6)]
individual
# Produce a sex estimate for this individual:
indivSexing(ref=refDataBruzek02, newInd=individual)
# }
Run the code above in your browser using DataLab