Previously on this blog I analysed the New York Times' presidential height and weight data. We built a probit model and found that the height difference and change variable (meaning the opposite of the outcome of the election two cycles ago), were significant. Neither weight difference or incumbency variable (meaning the outcome of the election one cycle ago) were significant. The full model is:
Prob(Republican Win) = Φ(constant+dHeight+change).
Here Φ(·) is the generalized linear model transfer function, which is the cumulative normal distribution for a probit model.
Taking the candidates heights from the internet we find (Barack Obama is 6'1.5" tall):
Newt Gingrich is 6' tall, Prob(Gingrich|Obama) = 16%
Mitt Romney is 6'1" tall, Prob(Romney|Obama) = 29%
Rick Santorum is 6'4" tall, Prob(Santorum|Obama) = 76%
If this model is a good predictor, then the Republicans should run Rick Santorum against Barack Obama for President of the USA.
You can find my RATS code to evaluate the probit model at Google Docs. Bear in mind that the purpose of this model is fun!