Showing posts with label Anthropometrics. Show all posts
Showing posts with label Anthropometrics. Show all posts

Tuesday, November 23, 2010

Self-promotion


They are talking about the book that contains, among many very interesting papers, the one that Shikida, Nogueról, and I have written on the stature of Brazilians.

Tuesday, February 24, 2009

Whipple's index in R

The index measures the degree of age heaping in demographic data. Joerg Baten have been applying it to appraise the numeracy of historical populations. Surely there is neater way to do it, but here is the code in R that I've just written:
tmp1<-data[data>=23 & data<=62]
tmp2<-tmp1%%5
whipple<-(length(tmp2[tmp2==0])/length(tmp1))*500
whipple

Monday, February 23, 2009

Graph of regression results

Thanks to the R code written by the guys at Tables2Graphs (take a look at the blog of Eduardo Leoni, one of the authors), I've managed to get the graph bellow. It represents the estimated coefficients of a regression concerning the height of workers born between 1889-1921 and registered at Rio Grande do Sul, Brazil.

Click here for amazing R graphs.

Saturday, December 27, 2008

Heights and Human Welfare: Recent Developments and New Directions

Richard Steckel, one of the founding fathers of Anthoropometric History, has written a new survey.

Saturday, August 11, 2007

Height and Income

This article gets almost everything wrong. It says that the causality runs in the direction height -> income. In fact, kids that have access to better nutrition and health receive a better education as well and end up being taller and more successful (on average). Height is just a confounding variable and does not cause financial or emotional success, as the article suggests. (OK, I do admit that there is labour market discrimination against shorter people, but I guess that these effects are not really important in developed economies.)

PS: Are you interested in Anthropometrics? So read anything from Prof Komlos, Prof Steckel, and Prof Fogel.