Little, R.J.A., and Schenker, N. (1995), "Missing Data," in Handbook of Statistical Modeling in the Social and Behavioral Sciences, G. Arminger, C.C. Clogg, and M.E. Sobel, Eds., New York: Plenum, 39-75.
var url = document.location.toString();
if (url.match('#')) {
$('.nav-tabs a[href="#' + url.split('#')[1] + '"]').tab('show');
}
// Change hash for page-reload
$('.nav-tabs a').on('shown.bs.tab', function (e) {
window.location.hash = e.target.hash;
});
});