Zaslavsky, A.M., Schenker, N., and Belin, T.R. (2001), "Downweighting Influential Clusters in Surveys: Application to the 1990 Post-Enumeration Survey," Journal of the American Statistical Association, 96, 858-869.
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;
});
});