Fay, R.E. (1996), Alternative Paradigms for the Analysis of Imputed Survey Data, with discussion, Journal of the American Statistical Association, 91, 490-498, 517-519.
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;
});
});