Biemer, P. and Wiesen. (2002). "Latent Class Analysis of Embedded Repeated Measurements: An Application to the National Household Survey on Drug Abuse," Journal of the Royal Statistical Society, Series A, Vol. 165, No.1.
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;
});
});