<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>open-source statistical tools for epidemiology &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/open-source-statistical-tools-for-epidemiology/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Sep 2026 11:18:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>open-source statistical tools for epidemiology &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>New Stata tool enables weighted quantile sum regression analysis</title>
		<link>https://scienmag.com/new-stata-tool-enables-weighted-quantile-sum-regression-analysis/</link>
		
		<dc:creator><![CDATA[Phoebe Ingram]]></dc:creator>
		<pubDate>Sun, 06 Sep 2026 11:18:37 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[accessing advanced statistical techniques in Stata]]></category>
		<category><![CDATA[advanced data analysis in environmental health]]></category>
		<category><![CDATA[biostatistics in environmental health]]></category>
		<category><![CDATA[biostatistics software development]]></category>
		<category><![CDATA[complex mixture health effect modeling]]></category>
		<category><![CDATA[complex mixture health effects]]></category>
		<category><![CDATA[development of WQS regression tools]]></category>
		<category><![CDATA[environmental epidemiology]]></category>
		<category><![CDATA[environmental epidemiology statistical tools]]></category>
		<category><![CDATA[environmental exposures analysis]]></category>
		<category><![CDATA[epidemiological data analysis tools]]></category>
		<category><![CDATA[epidemiology data analysis software]]></category>
		<category><![CDATA[exposome research methodology]]></category>
		<category><![CDATA[exposome research methods]]></category>
		<category><![CDATA[improving analysis of correlated environmental exposures]]></category>
		<category><![CDATA[multivariate environmental health studies]]></category>
		<category><![CDATA[new WQS regression command]]></category>
		<category><![CDATA[open-source epidemiology software on GitHub]]></category>
		<category><![CDATA[open-source statistical tools for epidemiology]]></category>
		<category><![CDATA[Stata software for exposure analysis]]></category>
		<category><![CDATA[statistical software for exposure analysis]]></category>
		<category><![CDATA[weighted quantile sum regression]]></category>
		<category><![CDATA[WQS regression in Stata]]></category>
		<guid isPermaLink="false">https://scienmag.com/new-stata-tool-enables-weighted-quantile-sum-regression-analysis/</guid>

					<description><![CDATA[For more than a decade, one of the most widely used statistical tools in environmental epidemiology has been available almost exclusively to researchers working in a single programming environment. Now, that barrier has fallen. A team of biostatisticians and environmental health scientists has unveiled wqsreg, the first Stata command implementing weighted quantile sum (WQS) regression, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>For more than a decade, one of the most widely used statistical tools in environmental epidemiology has been available almost exclusively to researchers working in a single programming environment. Now, that barrier has fallen. A team of biostatisticians and environmental health scientists has unveiled wqsreg, the first Stata command implementing weighted quantile sum (WQS) regression, a method designed to untangle the health effects of complex mixtures of correlated exposures. The new software, described in the European Journal of Epidemiology, is already freely available on GitHub and is expected to dramatically widen access to a technique that has become central to how modern epidemiologists study the &#8220;exposome&#8221; — the totality of environmental exposures a person accumulates over a lifetime. Its authors, led by Marta Ponzano of Link Campus University and the University of Genoa, together with Stefano Renzetti of the University of Parma, Chris Gennings of the Icahn School of Medicine at Mount Sinai, and Andrea Bellavia of the Harvard T.H. Chan School of Public Health and Brigham and Women&#8217;s Hospital, say the contribution is intended to promote sound statistical practice in a field where data complexity has outpaced many researchers&#8217; toolkits.</p>
<p>The problem the software addresses is one that defines contemporary environmental health research. Humans are not exposed to one chemical at a time. A single blood or urine sample may reveal dozens of pesticides, phthalates, metals, flame retardants, and perfluorinated compounds, all measured simultaneously, all partially correlated with one another because they share sources, pathways, or simply the fact that people living similar lives encounter similar things. Traditional regression models, which estimate the effect of each predictor while holding the others constant, begin to break down in this setting. When predictors are highly correlated, their individual coefficients become unstable and difficult to interpret — a problem statisticians call multicollinearity — and with dozens or hundreds of exposures relative to the number of study participants, overfitting becomes a serious risk. Standard models were simply never designed to answer the question that mixture researchers actually care about: what is the joint effect of this entire cocktail of exposures on health?</p>
<p>WQS regression, first developed by Gennings and colleagues including David Wheeler, was conceived precisely to answer that question. The method begins by converting each exposure into quantile-based categories, typically quartiles, which reduces the influence of outliers and skewness — pervasive features of environmental exposure data. It then constructs a weighted index: a single summary variable formed by summing the quantile categories of all exposures, each multiplied by an estimated weight constrained to be non-negative and to sum to one. Because the weights are estimated from the data rather than fixed in advance, the method lets the data determine which components of the mixture drive the association. The index, along with a single regression coefficient describing its relationship to the outcome, captures the overall mixture effect, while the individual weights describe each chemical&#8217;s relative contribution. This two-level output — a joint effect plus component-specific contributions — is what has made WQS regression the workhorse of environmental mixture analysis, applied in studies ranging from chemical mixtures and cancer risk to nutrition, the gut microbiome, and heart failure risk assessment.</p>
<p>The statistical machinery behind the method is as important as its conceptual appeal. Because the weight estimation is nonlinear and the index construction introduces additional uncertainty, WQS regression relies on resampling. In its standard implementation, the data are split into a training set, on which the weights are estimated, and a validation set, on which the weighted index is tested against the outcome. This splitting is then repeated across many bootstrap iterations, with the final weights and effect estimates averaged across repetitions to obtain stable results. Extensions of the framework have proliferated: the repeated holdout validation approach of Tanner, Bornehag, and Gennings, which stabilizes estimates by averaging over many random splits; the random subset implementation for high-dimensional mixtures with more components than can be handled at once; penalized weight formulations; and lagged WQS regression for mixtures measured across multiple time points. A comprehensive implementation must therefore do far more than fit a single model — it must orchestrate an entire resampling workflow.</p>
<p>That orchestration is what wqsreg brings to Stata. Until now, nearly all of these capabilities lived in R, most prominently in the gWQS package developed by Renzetti, Gennings, and colleagues, while Stata — a package with a large and loyal user base in epidemiology, biostatistics, and the social sciences — had no native option. Researchers who wanted to apply WQS regression in a Stata-based analysis pipeline faced an unpalatable choice: learn a new programming language mid-project, export data and results between platforms with all the opportunities for error that entails, or abandon the method entirely. The new command eliminates that dilemma. It implements the full WQS framework directly within Stata, supporting continuous, binary, and count outcomes — the three outcome types that cover the bulk of epidemiological analyses, from blood pressure measurements to disease diagnoses to hospital admission counts.</p>
<p>The architecture of the command incorporates the flexible components that have come to define modern mixture analysis. Bootstrap resampling is built in, as is training–validation splitting and the repeated holdout procedure that averages results across multiple random data partitions, improving the stability and reproducibility of weight estimates. The command returns the standard regression estimates — the coefficient and statistical significance of the mixture index — as well as graphical displays of the individual weights, the visual output that practitioners rely on to communicate which exposures matter most. Users can control the direction of the hypothesized mixture effect, run the analysis in both directions simultaneously, and tailor the model to their outcome type. The command requires Stata version 11 or higher, a deliberately modest threshold that ensures accessibility even to users with older installations, and is freely downloadable from the GitHub repository maintained by the development team.</p>
<p>To demonstrate the command in practice, the authors applied it to exposome data, examining the association between 38 environmental exposures and a continuous health outcome. The data derive from the ISGlobal Exposome Data Challenge 2021 and are partially simulated from the HELIX study, a landmark collaborative project spanning six longitudinal, population-based birth cohorts in France, Greece, Lithuania, Norway, Spain, and the United Kingdom, funded under the European Community&#8217;s Seventh Framework Programme. In such an application, the workflow is illustrative of what researchers elsewhere can now do: the 38 correlated exposures are each transformed into quantile categories, bootstrap iterations with validation splits estimate the weight for every exposure, the weighted sum index is tested against the outcome on held-out data, and the averaged results yield both a single joint effect estimate and a ranked profile of component weights displayed graphically. The demonstration shows that the command handles the dimensionality and messiness typical of real exposome research, not just sanitized textbook examples.</p>
<p>The significance of the release extends beyond convenience. Statistical methodologists have repeatedly warned that as mixture research has surged in popularity, so too has the temptation to apply sophisticated methods without understanding their assumptions and limitations. Tools that make a method easy to use correctly — by building in validation, resampling, and diagnostic graphics — are part of the remedy. By lowering the technical barrier for the large community of Stata users, wqsreg may reduce the frequency with which mixture questions are answered with ill-suited models. At the same time, its faithful implementation of established WQS procedures means results obtained in Stata can be compared directly with those from the established R implementations, supporting cross-platform reproducibility checks that strengthen confidence in published findings. The authors, who acknowledge Andrea Discacciati for feedback on the beta version and note that no external funding supported the work, frame the command as a step toward &#8220;the increasing importance of appropriately exploring complex multidimensional exposures&#8221; across epidemiology.</p>
<p>The timing of the release reflects a broader transformation in how population health research is conducted. Exposome-scale studies now routinely measure hundreds of biomarkers, and the field&#8217;s premier venues increasingly expect mixture-aware analyses as standard practice. High-dimensional penalized regression techniques, Bayesian mixture methods, and WQS-based approaches each occupy a niche, but WQS regression remains among the most popular because of its interpretability: a single index and a set of intuitive weights speak plainly to policymakers and public health officials who must act on the findings. Whether the question involves the joint impact of endocrine-disrupting chemicals on child neurodevelopment, the combined influence of dietary components on the microbiome, or the aggregate effect of biomarkers on cardiovascular risk in patients with atrial fibrillation, the underlying analytical demand is the same — a defensible estimate of a mixture&#8217;s total effect, plus a transparent accounting of which ingredients drive it.</p>
<p>For the research community, the practical message is straightforward. The command is free, platform-accessible, documented through the journal article and its supplementary material, and backed by a development team that includes the method&#8217;s original inventors. Epidemiologists who have spent years hearing that their data are &#8220;too correlated to model&#8221; now have a rigorous alternative sitting inside their existing statistical environment. As mixture thinking spreads from environmental health into nutrition, cardiology, infectious disease, and social epidemiology, tools like wqsreg will determine whether that spread comes with methodological rigor or outpaces it. In choosing rigor by design, the authors have made a small piece of software with an outsized claim on the future of how science measures the invisible world of cumulative exposures that shapes human health.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Development and implementation of wqsreg, the first Stata command for weighted quantile sum (WQS) regression, enabling analysis of health effects of complex mixtures of correlated exposures in environmental epidemiology</p>
<p><strong>Article Title:</strong> Wqsreg: a Stata command for weighted quantile sum regression</p>
<p><strong>Article References:</strong> Ponzano, M., Renzetti, S., Gennings, C., &amp; Bellavia, A. (2026). Wqsreg: a Stata command for weighted quantile sum regression. <em>European Journal of Epidemiology, 41</em>(6), 709-713. <a href="https://doi.org/10.1007/s10654-026-01423-0" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10654-026-01423-0</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10654-026-01423-0" target="_blank" rel="noopener noreferrer">10.1007/s10654-026-01423-0</a></p>
<p><strong>Keywords:</strong> Weighted quantile sum regression, WQS, Stata software, environmental mixtures, exposome, correlated predictors, bootstrap resampling, repeated holdout validation, biomarkers, epidemiology, statistical software, mixture index</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">188682</post-id>	</item>
	</channel>
</rss>
