Schenker, N. (1988), "Handling Missing Data in Coverage Estimation, with Application to the 1986 Test of Adjustment Related Operations," Survey Methodology, 14, 87-97.
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;
});
});