Lahiri, P. and Li, Y. (2010), A new alternative to the standard F Test for clustered data, Journal of Statistical Planning and Inference, doi. 10.1016/j.jspi.2009.03.19.
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;
});
});